Propriedade do RDL IServerInformation.ErrorLogPath
Gets the error log path for the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<DisplayNameKeyAttribute("Server_Name")> _
<DisplayDescriptionKeyAttribute("Server_Desc")> _
ReadOnly Property ErrorLogPath As String
Get
'Uso
Dim instance As IServerInformation
Dim value As String
value = instance.ErrorLogPath
[DisplayNameKeyAttribute("Server_Name")]
[DisplayDescriptionKeyAttribute("Server_Desc")]
string ErrorLogPath { get; }
[DisplayNameKeyAttribute(L"Server_Name")]
[DisplayDescriptionKeyAttribute(L"Server_Desc")]
property String^ ErrorLogPath {
String^ get ();
}
[<DisplayNameKeyAttribute("Server_Name")>]
[<DisplayDescriptionKeyAttribute("Server_Desc")>]
abstract ErrorLogPath : string
function get ErrorLogPath () : String
Valor da propriedade
Tipo: System.String
The error log path for the instance of SQL Server.