Partilhar via


Propriedade do RDL ServerSetupAdapter.TempdbPrimaryFilePath

Gets the SQL Server primary database log path.

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

Sintaxe

'Declaração
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 da propriedade

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

Implementa

IServerSetupFacet.TempdbPrimaryFilePath

Consulte também

Referência

ServerSetupAdapter Classe

Namespace Microsoft.SqlServer.Management.Smo