ServiceConfigSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the service configuration settings.
public ref class ServiceConfigSettings abstract : Microsoft::SqlServer::Configuration::Settings, Microsoft::SqlServer::Configuration::IServiceConfig
public abstract class ServiceConfigSettings : Microsoft.SqlServer.Configuration.Settings, Microsoft.SqlServer.Configuration.IServiceConfig
type ServiceConfigSettings = class
inherit Settings
interface IServiceConfig
Public MustInherit Class ServiceConfigSettings
Inherits Settings
Implements IServiceConfig
- Inheritance
- Derived
- Implements
Constructors
| ServiceConfigSettings() |
Initializes a new instance of the ServiceConfigSettings class. |
Fields
| name |
Specifies the name for the service. |
| password |
Specifies the password for the service. |
| serviceDisplayName |
Specifies the display name of the service. |
| startMode |
Specifies the start mode of the service. |
| userName |
Specifies the user name for the service. |
Properties
| IsNameEnabled |
Gets or sets a value that indicates whether service name is enabled. |
| IsPasswordEnabled |
Gets or sets a value that indicates whether service password is enabled. |
| IsStartModeEnabled |
Gets or sets a value that indicates whether start mode is enabled. |
| IsUserNameEnabled |
Gets or sets a value that indicates whether user name is enabled. |
| Name |
Gets or sets the name for the service. |
| Password |
Gets or sets the password for the service. |
| PasswordBindingKey |
Gets or sets the password binding key of the service. |
| ServiceDisplayName |
Gets or sets the display name of the service. |
| StartMode |
Gets or sets the start mode of the service. |
| StartModeBindingKey |
Gets or sets the start mode binding key for the service. |
| UserName |
Gets or sets the user name for the service. |
| UserNameBindingKey |
Gets or sets the user name binding key for the service. |
Methods
| Calculate() |
Calculates all the configuration settings. (Inherited from Settings) |
| CreateProperty<T>(String) |
Creates a property for the configuration settings. (Inherited from Settings) |
| Equals(Settings) |
Determines whether two object instances are equal. (Inherited from Settings) |
| GetHashCode() |
Serves as the default hash function. (Inherited from Settings) |
| InitializeProperties() |
Initializes the properties to its default values. |
| ValidateSettings() |
Gets the settings for the validation. (Inherited from Settings) |