ConfigurationSection Class
Represents a section with a configuration file.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
System::Object
Microsoft.SqlServer.Management::LocalizationManager
Microsoft.SqlServer.Management::ConfigurationSection
Microsoft.SqlServer.Management::ActionCollection
Microsoft.SqlServer.Management::ActionHandlerCollection
Microsoft.SqlServer.Management::NavigationEntityCollection
Microsoft.SqlServer.Management::NavigationViewCollection
Microsoft.SqlServer.Management::ReportCollection
Microsoft.SqlServer.Management::ScriptCollectorCollection
Microsoft.SqlServer.Management::ServerInformationProviderCollection
Microsoft.SqlServer.Management::SqlWizardCollection
Microsoft.SqlServer.Management::TaskFormCollection
Microsoft.SqlServer.Management::LocalizationManager
Microsoft.SqlServer.Management::ConfigurationSection
Microsoft.SqlServer.Management::ActionCollection
Microsoft.SqlServer.Management::ActionHandlerCollection
Microsoft.SqlServer.Management::NavigationEntityCollection
Microsoft.SqlServer.Management::NavigationViewCollection
Microsoft.SqlServer.Management::ReportCollection
Microsoft.SqlServer.Management::ScriptCollectorCollection
Microsoft.SqlServer.Management::ServerInformationProviderCollection
Microsoft.SqlServer.Management::SqlWizardCollection
Microsoft.SqlServer.Management::TaskFormCollection
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")] [XmlIncludeAttribute((NavigationViewCollection^::typeid))] [XmlIncludeAttribute((NavigationEntityCollection^::typeid))] [XmlIncludeAttribute((ServerInformationProviderCollection^::typeid))] [XmlIncludeAttribute((ReportCollection^::typeid))] [XmlIncludeAttribute((ScriptCollectorCollection^::typeid))] [XmlIncludeAttribute((TaskFormCollection^::typeid))] [XmlIncludeAttribute((SqlWizardCollection^::typeid))] [XmlIncludeAttribute((ActionCollection^::typeid))] [XmlIncludeAttribute((ActionHandlerCollection^::typeid))] [GeneratedCodeAttribute("xsd", "4.0.30319.33440")] [DebuggerStepThroughAttribute] [DesignerCategoryAttribute("code")] public ref class ConfigurationSection : LocalizationManager
| Name | Description | |
|---|---|---|
![]() | ConfigurationSection() | Initializes a new instance of the ConfigurationSection class. |
| Name | Description | |
|---|---|---|
![]() | LoadedFrom | Gets or sets the loaded form in a configuration section. |
![]() | ResourceManager | Gets or sets the string value for the ResourceManager control.(Inherited from LocalizationManager.) |
![]() | Source | Gets or sets the source for the configuration section. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


