Service.StartMode 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 ou définit la méthode par laquelle le service SQL Server est démarré.
public:
property Microsoft::SqlServer::Management::Smo::Wmi::ServiceStartMode StartMode { Microsoft::SqlServer::Management::Smo::Wmi::ServiceStartMode get(); void set(Microsoft::SqlServer::Management::Smo::Wmi::ServiceStartMode value); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServiceStartMode StartMode { get; set; }
member this.StartMode : Microsoft.SqlServer.Management.Smo.Wmi.ServiceStartMode with get, set
Public Property StartMode As ServiceStartMode
Valeur de propriété
Microsoft.SqlServer.Management.Smo.Wmi.ServiceStartMode
Valeur de l'objet Microsoft.SqlServer.Management.Smo.Wmi.ServiceStartMode qui spécifie la méthode par laquelle le service est démarré.
Exemples
Gestion des services et des paramètres réseau à l'aide du fournisseur WMI