ConfigurationSection Class

Definition

Represents a section with a configuration file.

public ref class ConfigurationSection : Microsoft::SqlServer::Management::LocalizationManager
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.NavigationViewCollection))]
[System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.NavigationEntityCollection))]
[System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.ServerInformationProviderCollection))]
[System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.ReportCollection))]
[System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.ScriptCollectorCollection))]
[System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.TaskFormCollection))]
[System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.SqlWizardCollection))]
[System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.ActionCollection))]
[System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.ActionHandlerCollection))]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class ConfigurationSection : Microsoft.SqlServer.Management.LocalizationManager
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.NavigationViewCollection))>]
[<System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.NavigationEntityCollection))>]
[<System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.ServerInformationProviderCollection))>]
[<System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.ReportCollection))>]
[<System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.ScriptCollectorCollection))>]
[<System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.TaskFormCollection))>]
[<System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.SqlWizardCollection))>]
[<System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.ActionCollection))>]
[<System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.ActionHandlerCollection))>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type ConfigurationSection = class
    inherit LocalizationManager
Public Class ConfigurationSection
Inherits LocalizationManager
Inheritance
ConfigurationSection
Derived
Attributes

Constructors

ConfigurationSection()

Initializes a new instance of the ConfigurationSection class.

Properties

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.

Applies to