Proprietà TempdbPrimaryFilePath
Gets the SQL Server primary database log path.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property TempdbPrimaryFilePath As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String value that specifies the SQL Server primary database log path.
Implementa
Vedere anche