ServerSetupAdapter.TempdbLogPath 屬性
Gets the SQL Server temporary database log path.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property TempdbLogPath As String
Get
'用途
Dim instance As ServerSetupAdapter
Dim value As String
value = instance.TempdbLogPath
public string TempdbLogPath { get; }
public:
virtual property String^ TempdbLogPath {
String^ get () sealed;
}
abstract TempdbLogPath : string
override TempdbLogPath : string
final function get TempdbLogPath () : String
屬性值
型別:System.String
A String value that specifies the SQL Server temporary database log path.
實作
IServerSetupFacet.TempdbLogPath