IServiceConfig Interface

 

Provides interface that represents the service configuration.

Namespace:   Microsoft.SqlServer.Configuration
Assembly:  Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)

public interface class IServiceConfig

NameDescription
System_CAPS_pubpropertyPassword

Gets or sets the service password.

System_CAPS_pubpropertyServiceDisplayName

Gets the service display name.

System_CAPS_pubpropertyStartMode

Gets or sets the service start mode.

System_CAPS_pubpropertyUserName

Gets or sets the username associated with the service.

Return to top
Show: