Freigeben über


Service.ErrorControl Eigenschaft

Definition

Ruft den Schweregrad des Fehlers ab, wenn der SQL Server Dienst beim Start nicht gestartet werden kann.

public:
 property Microsoft::SqlServer::Management::Smo::Wmi::ServiceErrorControl ErrorControl { Microsoft::SqlServer::Management::Smo::Wmi::ServiceErrorControl get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServiceErrorControl ErrorControl { get; }
member this.ErrorControl : Microsoft.SqlServer.Management.Smo.Wmi.ServiceErrorControl
Public ReadOnly Property ErrorControl As ServiceErrorControl

Eigenschaftswert

Microsoft.SqlServer.Management.Smo.Wmi.ServiceErrorControl

Ein Microsoft.SqlServer.Management.Smo.Wmi.ServiceErrorControl Objektwert, der den Schweregrad des Fehlers angibt, wenn der Dienst während des Starts von Microsoft SQL Server nicht gestartet werden kann.

Beispiele

Verwalten von Diensten und Netzwerkeinstellungen durch die Nutzung von WMI-Anbieter

Gilt für: