Share via


ServiceConfigSettings.StartMode Property

Definition

Gets or sets the start mode of the service.

public:
 property Microsoft::SqlServer::Configuration::Sco::ServiceStartMode StartMode { Microsoft::SqlServer::Configuration::Sco::ServiceStartMode get(); void set(Microsoft::SqlServer::Configuration::Sco::ServiceStartMode value); };
public Microsoft.SqlServer.Configuration.Sco.ServiceStartMode StartMode { get; set; }
member this.StartMode : Microsoft.SqlServer.Configuration.Sco.ServiceStartMode with get, set
Public Property StartMode As ServiceStartMode

Property Value

Microsoft.SqlServer.Configuration.Sco.ServiceStartMode

The start mode of the service.

Implements

Applies to