Compartir a través de


TempdbPrimaryFilePath Propiedad

Gets the SQL Server primary 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 TempdbPrimaryFilePath As String
    Get
'Uso
Dim instance As ServerSetupAdapter
Dim value As String

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

Valor de la propiedad

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

Implementa

IServerSetupFacet. . :: . .TempdbPrimaryFilePath