Partager via


TempdbLogPath propriété

Gets the path for the tempdb database transaction log.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayNameKeyAttribute("IServerSetupFacet_TempdbLogPathName")> _
<DisplayDescriptionKeyAttribute("IServerSetupFacet_TempdbLogPathDesc")> _
ReadOnly Property TempdbLogPath As String
    Get
'Utilisation
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

Valeur de la propriété

Type : System. . :: . .String
A String value that specifies the path for the tempdb database transaction log .