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.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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