ServerInformationProviderInfo Class
Initializes the specified information provider to use for the server.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
[SerializableAttribute] [DebuggerStepThroughAttribute] [GeneratedCodeAttribute("xsd", "4.0.30319.33440")] [XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")] [DesignerCategoryAttribute("code")] public ref class ServerInformationProviderInfo : IInitializable
| Name | Description | |
|---|---|---|
![]() | ServerInformationProviderInfo() | Initializes a new instance of the ServerInformationProviderInfo class. |
| Name | Description | |
|---|---|---|
![]() | ServerInformationProvider | Gets the specified server information provider to use. |
![]() | ServerType | Gets or sets the collection of the server type for the instance. |
![]() | Type | Gets or sets the type of the server to use. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Initialize(IServiceProvider^) | Initializes the information. This class cannot be inherited. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:


