Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the SQL Server temporary database log path.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property TempdbLogPath As String
Get
'Usage
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
Property Value
Type: System.String
A String value that specifies the SQL Server temporary database log path.
Implements
IServerSetupFacet.TempdbLogPath