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)

적용 대상