SSISServiceConfigSettings Class
Represents the SSIS service configuration settings.
Assembly: Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)
Microsoft.SqlServer.Configuration::Settings
Microsoft.SqlServer.Configuration::ServiceConfigSettings
Microsoft.SqlServer.Configuration::SSISServiceConfigSettings
| Name | Description | |
|---|---|---|
![]() | SSISServiceConfigSettings() | Initializes a new instance of the SSISServiceConfigSettings class. |
| Name | Description | |
|---|---|---|
![]() | IsNameEnabled | Gets or sets a value that indicates whether service name is enabled.(Inherited from ServiceConfigSettings.) |
![]() | IsPasswordEnabled | Gets or sets a value that indicates whether service password is enabled.(Inherited from ServiceConfigSettings.) |
![]() | IsStartModeEnabled | Gets or sets a value that indicates whether start mode is enabled.(Inherited from ServiceConfigSettings.) |
![]() | IsUserNameEnabled | Gets or sets a value that indicates whether user name is enabled.(Inherited from ServiceConfigSettings.) |
![]() | Name | Gets or sets the name for the service.(Inherited from ServiceConfigSettings.) |
![]() | Password | Gets or sets the password for the service.(Inherited from ServiceConfigSettings.) |
![]() | PasswordBindingKey | Gets the password binding key.(Overrides ServiceConfigSettings::PasswordBindingKey.) |
![]() | ServiceDisplayName | Gets or sets the display name of the service.(Inherited from ServiceConfigSettings.) |
![]() | StartMode | Gets or sets the start mode of the service.(Inherited from ServiceConfigSettings.) |
![]() | StartModeBindingKey | Gets the start mode binding key.(Overrides ServiceConfigSettings::StartModeBindingKey.) |
![]() | UserName | Gets or sets the user name for the service.(Inherited from ServiceConfigSettings.) |
![]() | UserNameBindingKey | Gets the user name binding key.(Overrides ServiceConfigSettings::UserNameBindingKey.) |
| Name | Description | |
|---|---|---|
![]() | Calculate() | Calculates all the configuration settings.(Inherited from Settings.) |
![]() | CreateProperty<T>(String^) | Creates a property for the configuration settings.(Inherited from Settings.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Equals(Settings^) | Determines whether two object instances are equal.(Inherited from Settings.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function.(Inherited from Settings.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeProperties() | Performs initialization on dependency properties.(Overrides ServiceConfigSettings::InitializeProperties().) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | ValidateSettings() | Gets the settings for the validation.(Inherited from Settings.) |
| Name | Description | |
|---|---|---|
![]() | name | Specifies the name for the service.(Inherited from ServiceConfigSettings.) |
![]() | password | Specifies the password for the service.(Inherited from ServiceConfigSettings.) |
![]() | serviceDisplayName | Specifies the display name of the service.(Inherited from ServiceConfigSettings.) |
![]() | startMode | Specifies the start mode of the service.(Inherited from ServiceConfigSettings.) |
![]() | userName | Specifies the user name for the service.(Inherited from ServiceConfigSettings.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



