次の方法で共有


IServerSetupFacet.TempdbLogPath プロパティ

tempdb データベースのトランザクション ログのパスを取得します。

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

構文

'宣言
<DisplayDescriptionKeyAttribute("IServerSetupFacet_TempdbLogPathDesc")> _
<DisplayNameKeyAttribute("IServerSetupFacet_TempdbLogPathName")> _
ReadOnly Property TempdbLogPath As String 
    Get
'使用
Dim instance As IServerSetupFacet 
Dim value As String 

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

プロパティ値

型: System.String
tempdb データベースのトランザクション ログのパスを示す String 値です。

使用例

プロパティの設定

関連項目

参照

IServerSetupFacet インターフェイス

Microsoft.SqlServer.Management.Smo 名前空間