ConfigurationSection クラス

定義

構成ファイルのあるセクションを表します。

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
継承
ConfigurationSection
派生
属性

コンストラクター

ConfigurationSection()

ConfigurationSection クラスの新しいインスタンスを初期化します。

プロパティ

LoadedFrom

構成セクションの読み込まれているフォームを取得します。値の設定も可能です。

ResourceManager

ResourceManager コントロールの文字列値を取得します。値の設定も可能です。

(継承元 LocalizationManager)
Source

構成セクションのソースを取得します。値の設定も可能です。

適用対象