TempdbLogPath-Eigenschaft
Gets the path for the tempdb database transaction log.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("IServerSetupFacet_TempdbLogPathName")> _
<DisplayDescriptionKeyAttribute("IServerSetupFacet_TempdbLogPathDesc")> _
ReadOnly Property TempdbLogPath As String
Get
'Usage
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
Eigenschaftenwert
Typ: System. . :: . .String
A String value that specifies the path for the tempdb database transaction log .