Partilhar via


Propriedade do RDL IServerSetupFacet.TempdbLogPath

Gets the path for the tempdb database transaction log.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<DisplayDescriptionKeyAttribute("IServerSetupFacet_TempdbLogPathDesc")> _
<DisplayNameKeyAttribute("IServerSetupFacet_TempdbLogPathName")> _
ReadOnly Property TempdbLogPath As String 
    Get
'Uso
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

Valor da propriedade

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

Exemplos

Definindo propriedades

Consulte também

Referência

IServerSetupFacet Interface

Namespace Microsoft.SqlServer.Management.Smo