MasterDBPath プロパティ

SQL Server のインスタンス上にあるマスタ データベースのデータベース ファイル ディレクトリを取得します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property MasterDBPath As String
    Get
'使用
Dim instance As Information
Dim value As String

value = instance.MasterDBPath
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string MasterDBPath { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ MasterDBPath {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MasterDBPath : string
function get MasterDBPath () : String

プロパティ値

型: System. . :: . .String
SQL Server のインスタンス上にあるマスタ データベースのデータベース ファイル ディレクトリを示す String 値です。