Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
<DisplayDescriptionKeyAttribute("IServerSetupFacet_TempdbLogPathDesc")> _
<DisplayNameKeyAttribute("IServerSetupFacet_TempdbLogPathName")> _
ReadOnly Property TempdbLogPath As String
Get
'Usage
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
Eigenschaftswert
Typ: System.String
A String value that specifies the path for the tempdb database transaction log .