Свойство 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