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 命名空间