Propriété IServerInformation.ErrorLogPath

Gets the error log path for the instance of SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayNameKeyAttribute("Server_Name")> _
<DisplayDescriptionKeyAttribute("Server_Desc")> _
ReadOnly Property ErrorLogPath As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
The error log path for the instance of SQL Server.

Voir aussi

Référence

IServerInformation Interface

Espace de noms Microsoft.SqlServer.Management.Smo