DataAndBackupOnSeparateLogicalVolumes 屬性
Returns a Boolean value that specifies whether the data and backup files are on separate logical volumes.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property DataAndBackupOnSeparateLogicalVolumes As Boolean
Get
'用途
Dim instance As DatabaseMaintenanceAdapter
Dim value As Boolean
value = instance.DataAndBackupOnSeparateLogicalVolumes
public bool DataAndBackupOnSeparateLogicalVolumes { get; }
public:
virtual property bool DataAndBackupOnSeparateLogicalVolumes {
bool get () sealed;
}
abstract DataAndBackupOnSeparateLogicalVolumes : bool
override DataAndBackupOnSeparateLogicalVolumes : bool
final function get DataAndBackupOnSeparateLogicalVolumes () : boolean
屬性值
型別:System. . :: . .Boolean
A Boolean returns true if the database has its data and backup files on different logical volumes.
If True, the data and backup files are on separate volumes. Otherwise, False (default).
實作
IDatabaseMaintenanceFacet. . :: . .DataAndBackupOnSeparateLogicalVolumes