Partager via


Propriété ServerSetupAdapter.TempdbLogPath

Gets the SQL Server temporary database log path.

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

Syntaxe

'Déclaration
Public ReadOnly Property TempdbLogPath As String 
    Get
'Utilisation
Dim instance As ServerSetupAdapter 
Dim value As String 

value = instance.TempdbLogPath
public string TempdbLogPath { get; }
public:
virtual property String^ TempdbLogPath {
    String^ get () sealed;
}
abstract TempdbLogPath : string 
override TempdbLogPath : string
final function get TempdbLogPath () : String

Valeur de propriété

Type : System.String
A String value that specifies the SQL Server temporary database log path. 

Implémente

IServerSetupFacet.TempdbLogPath

Voir aussi

Référence

ServerSetupAdapter Classe

Espace de noms Microsoft.SqlServer.Management.Smo