Condividi tramite


Proprietà IServerSetupFacet.TempdbLogPath

Gets the path for the tempdb database transaction log.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<DisplayDescriptionKeyAttribute("IServerSetupFacet_TempdbLogPathDesc")> _
<DisplayNameKeyAttribute("IServerSetupFacet_TempdbLogPathName")> _
ReadOnly Property TempdbLogPath As String 
    Get
'Utilizzo
Dim instance As IServerSetupFacet 
Dim value As String 

value = instance.TempdbLogPath
[DisplayDescriptionKeyAttribute("IServerSetupFacet_TempdbLogPathDesc")]
[DisplayNameKeyAttribute("IServerSetupFacet_TempdbLogPathName")]
string TempdbLogPath { get; }
[DisplayDescriptionKeyAttribute(L"IServerSetupFacet_TempdbLogPathDesc")]
[DisplayNameKeyAttribute(L"IServerSetupFacet_TempdbLogPathName")]
property String^ TempdbLogPath {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("IServerSetupFacet_TempdbLogPathDesc")>]
[<DisplayNameKeyAttribute("IServerSetupFacet_TempdbLogPathName")>]
abstract TempdbLogPath : string
function get TempdbLogPath () : String

Valore proprietà

Tipo: System.String
A String value that specifies the path for the tempdb database transaction log .

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

IServerSetupFacet Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Smo