次の方法で共有


Information.MasterDBLogPath プロパティ

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

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

構文

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

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

プロパティ値

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

使用例

SMO での SQL Server の構成

関連項目

参照

Information クラス

Microsoft.SqlServer.Management.Smo 名前空間