Compartir a través de


TempdbLogPath Propiedad

Gets the SQL Server temporary database log path.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Implementa

IServerSetupFacet. . :: . .TempdbLogPath