TempdbLogPath 属性
Gets the path for the tempdb database transaction log.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<DisplayNameKeyAttribute("IServerSetupFacet_TempdbLogPathName")> _
<DisplayDescriptionKeyAttribute("IServerSetupFacet_TempdbLogPathDesc")> _
ReadOnly Property TempdbLogPath As String
Get
用法
Dim instance As IServerSetupFacet
Dim value As String
value = instance.TempdbLogPath
[DisplayNameKeyAttribute("IServerSetupFacet_TempdbLogPathName")]
[DisplayDescriptionKeyAttribute("IServerSetupFacet_TempdbLogPathDesc")]
string TempdbLogPath { get; }
[DisplayNameKeyAttribute(L"IServerSetupFacet_TempdbLogPathName")]
[DisplayDescriptionKeyAttribute(L"IServerSetupFacet_TempdbLogPathDesc")]
property String^ TempdbLogPath {
String^ get ();
}
[<DisplayNameKeyAttribute("IServerSetupFacet_TempdbLogPathName")>]
[<DisplayDescriptionKeyAttribute("IServerSetupFacet_TempdbLogPathDesc")>]
abstract TempdbLogPath : string
function get TempdbLogPath () : String
属性值
类型:System. . :: . .String
A String value that specifies the path for the tempdb database transaction log .