IDatabasePerformanceFacet.DataAndLogFilesOnSeparateLogicalVolumes プロパティ
データベースのデータ ファイルとログ ファイルが別々の論理ボリューム上にあるかどうかを示します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<DisplayDescriptionKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesDesc")> _
<DisplayNameKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesName")> _
ReadOnly Property DataAndLogFilesOnSeparateLogicalVolumes As Boolean
Get
'使用
Dim instance As IDatabasePerformanceFacet
Dim value As Boolean
value = instance.DataAndLogFilesOnSeparateLogicalVolumes
[DisplayDescriptionKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesDesc")]
[DisplayNameKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesName")]
bool DataAndLogFilesOnSeparateLogicalVolumes { get; }
[DisplayDescriptionKeyAttribute(L"IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesDesc")]
[DisplayNameKeyAttribute(L"IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesName")]
property bool DataAndLogFilesOnSeparateLogicalVolumes {
bool get ();
}
[<DisplayDescriptionKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesDesc")>]
[<DisplayNameKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesName")>]
abstract DataAndLogFilesOnSeparateLogicalVolumes : bool
function get DataAndLogFilesOnSeparateLogicalVolumes () : boolean
プロパティ値
型: System.Boolean
データベースのデータ ファイルとログ ファイルが別々の論理ボリューム上にあるかどうかを示す Boolean 値。データベースのデータ ファイルとログ ファイルが別々の論理ボリューム上にある場合は True を、それ以外の場合は False を返します。