Partilhar via


Propriedade do RDL ServerSetupAdapter.TempdbLogPath

Gets the SQL Server temporary database log path.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property TempdbLogPath As String 
    Get
'Uso
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

Valor da propriedade

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

Implementa

IServerSetupFacet.TempdbLogPath

Consulte também

Referência

ServerSetupAdapter Classe

Namespace Microsoft.SqlServer.Management.Smo