IServerInformation.MasterDBLogPath プロパティ
SQL Server のインスタンスの master データベース ログのパスを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<DisplayDescriptionKeyAttribute("Server_MasterDBLogPathDesc")> _
<DisplayNameKeyAttribute("Server_MasterDBLogPathName")> _
ReadOnly Property MasterDBLogPath As String
Get
'使用
Dim instance As IServerInformation
Dim value As String
value = instance.MasterDBLogPath
[DisplayDescriptionKeyAttribute("Server_MasterDBLogPathDesc")]
[DisplayNameKeyAttribute("Server_MasterDBLogPathName")]
string MasterDBLogPath { get; }
[DisplayDescriptionKeyAttribute(L"Server_MasterDBLogPathDesc")]
[DisplayNameKeyAttribute(L"Server_MasterDBLogPathName")]
property String^ MasterDBLogPath {
String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_MasterDBLogPathDesc")>]
[<DisplayNameKeyAttribute("Server_MasterDBLogPathName")>]
abstract MasterDBLogPath : string
function get MasterDBLogPath () : String
プロパティ値
型: System.String
SQL Server のインスタンスの master データベース ログのパスです。