IServerInformation.ErrorLogPath 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<DisplayNameKeyAttribute("Server_Name")> _
<DisplayDescriptionKeyAttribute("Server_Desc")> _
ReadOnly Property ErrorLogPath As String 
    Get
‘사용 방법
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

속성 값

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

참고 항목

참조

IServerInformation 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스