Partager via


Propriété IServerSetupFacet.TempdbLogPath

Gets the path for the tempdb database transaction log.

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

Syntaxe

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

Valeur de propriété

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

Exemples

Définition de propriétés

Voir aussi

Référence

IServerSetupFacet Interface

Espace de noms Microsoft.SqlServer.Management.Smo