共用方式為


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 命名空間