Compartir a través de


Server.ErrorLogPath Propiedad

Gets the ErrorLogPath property value.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ErrorLogPath As String 
    Get
'Uso
Dim instance As Server 
Dim value As String 

value = instance.ErrorLogPath
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string ErrorLogPath { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
virtual property String^ ErrorLogPath {
    String^ get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
abstract ErrorLogPath : string
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
override ErrorLogPath : string
final function get ErrorLogPath () : String

Valor de la propiedad

Tipo: System.String
The ErrorLogPath property value.

Implementa

IServerInformation.ErrorLogPath

Vea también

Referencia

Server Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo