ServerInformationProviderCollection クラス

定義

サーバー情報の集合を表します。

public ref class ServerInformationProviderCollection : Microsoft::SqlServer::Management::ConfigurationSection
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class ServerInformationProviderCollection : Microsoft.SqlServer.Management.ConfigurationSection
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type ServerInformationProviderCollection = class
    inherit ConfigurationSection
Public Class ServerInformationProviderCollection
Inherits ConfigurationSection
継承
ServerInformationProviderCollection
属性

コンストラクター

名前 説明
ServerInformationProviderCollection()

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

プロパティ

名前 説明
LoadedFrom

設定セクションでロードされたフォームを取得したり設定したりします。

(継承元 ConfigurationSection)
Provider

情報の収集や設定を行います。

ResourceManager

ResourceManagerコントロールの文字列値を取得または設定します。

(継承元 LocalizationManager)
Source

設定セクションのソースを取得するか設定します。

(継承元 ConfigurationSection)

適用対象