Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the SQL Server primary database log path.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property TempdbPrimaryFilePath As String
Get
'Usage
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
Property Value
Type: System.String
A String value that specifies the SQL Server primary database log path.
Implements
IServerSetupFacet.TempdbPrimaryFilePath