共用方式為


ServerSetupAdapter.TempdbPrimaryFilePath 屬性

Gets the SQL Server primary database log path.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public ReadOnly Property TempdbPrimaryFilePath As String 
    Get
'用途
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

屬性值

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

實作

IServerSetupFacet.TempdbPrimaryFilePath

請參閱

參考

ServerSetupAdapter 類別

Microsoft.SqlServer.Management.Smo 命名空間