次の方法で共有


DataAndBackupOnSeparateLogicalVolumes プロパティ

データとバックアップが別々の論理ボリューム上にあるかどうかを示すブール値です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")> _
<DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")> _
ReadOnly Property DataAndBackupOnSeparateLogicalVolumes As Boolean
    Get
'使用
Dim instance As IDatabaseMaintenanceFacet
Dim value As Boolean

value = instance.DataAndBackupOnSeparateLogicalVolumes
[DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")]
[DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")]
bool DataAndBackupOnSeparateLogicalVolumes { get; }
[DisplayNameKeyAttribute(L"IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")]
[DisplayDescriptionKeyAttribute(L"IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")]
property bool DataAndBackupOnSeparateLogicalVolumes {
    bool get ();
}
[<DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")>]
[<DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")>]
abstract DataAndBackupOnSeparateLogicalVolumes : bool
function get DataAndBackupOnSeparateLogicalVolumes () : boolean

プロパティ値

型: System. . :: . .Boolean
Boolean
True の場合、データとバックアップは別々の論理ボリューム上にあります。
False の場合、データとバックアップは同じ論理ボリューム上にあります。