次の方法で共有


MasterDBPath プロパティ

SQL Server のインスタンスの master データベースのデータ パスを取得します。

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

構文

'宣言
<DisplayNameKeyAttribute("Server_MasterDBPathName")> _
<DisplayDescriptionKeyAttribute("Server_MasterDBPathDesc")> _
ReadOnly Property MasterDBPath As String
    Get
'使用
Dim instance As IServerInformation
Dim value As String

value = instance.MasterDBPath
[DisplayNameKeyAttribute("Server_MasterDBPathName")]
[DisplayDescriptionKeyAttribute("Server_MasterDBPathDesc")]
string MasterDBPath { get; }
[DisplayNameKeyAttribute(L"Server_MasterDBPathName")]
[DisplayDescriptionKeyAttribute(L"Server_MasterDBPathDesc")]
property String^ MasterDBPath {
    String^ get ();
}
[<DisplayNameKeyAttribute("Server_MasterDBPathName")>]
[<DisplayDescriptionKeyAttribute("Server_MasterDBPathDesc")>]
abstract MasterDBPath : string
function get MasterDBPath () : String

プロパティ値

型: System. . :: . .String
String