Share via


ConnectionStringSetting Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Represents the configuration information for an database connection defined by the connection strings configuration section.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Manageability
Assembly:  Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)

Syntax

'Declaration
<InstrumentationClassAttribute(InstrumentationType.Instance)> _
PublicClassConnectionStringSetting _
    Inherits NamedConfigurationSetting
[InstrumentationClassAttribute(InstrumentationType.Instance)]
publicclassConnectionStringSetting : NamedConfigurationSetting
[InstrumentationClassAttribute(InstrumentationType::Instance)]
publicref classConnectionStringSetting : public NamedConfigurationSetting
publicclass ConnectionStringSetting extends NamedConfigurationSetting

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.ConfigurationSetting
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.NamedConfigurationSetting
      Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Manageability.ConnectionStringSetting

See Also

ConnectionStringSetting Members

Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Manageability Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.