Service.ErrorControl Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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