Propriedade 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
<DisplayNameKeyAttribute("IServerSetupFacet_TempdbLogPathName")> _
<DisplayDescriptionKeyAttribute("IServerSetupFacet_TempdbLogPathDesc")> _
ReadOnly Property TempdbLogPath As String
Get
'Uso
Dim instance As IServerSetupFacet
Dim value As String
value = instance.TempdbLogPath
[DisplayNameKeyAttribute("IServerSetupFacet_TempdbLogPathName")]
[DisplayDescriptionKeyAttribute("IServerSetupFacet_TempdbLogPathDesc")]
string TempdbLogPath { get; }
[DisplayNameKeyAttribute(L"IServerSetupFacet_TempdbLogPathName")]
[DisplayDescriptionKeyAttribute(L"IServerSetupFacet_TempdbLogPathDesc")]
property String^ TempdbLogPath {
String^ get ();
}
[<DisplayNameKeyAttribute("IServerSetupFacet_TempdbLogPathName")>]
[<DisplayDescriptionKeyAttribute("IServerSetupFacet_TempdbLogPathDesc")>]
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 .
Consulte também