ServerInformationProviderCollection Class

 

Represents a collection of server information.

Namespace:   Microsoft.SqlServer.Management
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::ServerInformationProviderCollection

[SerializableAttribute]
[GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[DebuggerStepThroughAttribute]
[DesignerCategoryAttribute("code")]
[XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")]
public ref class ServerInformationProviderCollection : ConfigurationSection

NameDescription
System_CAPS_pubmethodServerInformationProviderCollection()

Initializes a new instance of the ServerInformationProviderCollection class.

NameDescription
System_CAPS_pubpropertyLoadedFrom

Gets or sets the loaded form in a configuration section.(Inherited from ConfigurationSection.)

System_CAPS_pubpropertyProvider

Gets or sets the collection of information.

System_CAPS_pubpropertyResourceManager

Gets or sets the string value for the ResourceManager control.(Inherited from LocalizationManager.)

System_CAPS_pubpropertySource

Gets or sets the source for the configuration section.(Inherited from ConfigurationSection.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: