Service.ErrorControl Propriété

Définition

Obtient la gravité de l’erreur si le service SQL Server ne parvient pas à démarrer au démarrage.

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

Valeur de propriété

Microsoft.SqlServer.Management.Smo.Wmi.ServiceErrorControl

Valeur Microsoft.SqlServer.Management.Smo.Wmi.ServiceErrorControl de l’objet qui spécifie la gravité de l’erreur si le service ne parvient pas à démarrer pendant le démarrage de Microsoft SQL Server.

Exemples

Gestion des services et des paramètres réseau à l'aide du fournisseur WMI

S’applique à