DatabaseLocationIsBackupLocation Property |
Tells if this is a location used for backing up databases.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool IsBackupLocation { get; set; }
Public Property IsBackupLocation As Boolean
Get
Set
public:
property bool IsBackupLocation {
bool get ();
void set (bool value);
}
member IsBackupLocation : bool with get, set
Property Value
Type:
Booleantrue if it is this location is used for backups; otherwise false.
See Also