ServerInformationProviderInfo Class

 

Initializes the specified information provider to use for the server.

Namespace:   Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

System::Object
  Microsoft.SqlServer.Management::ServerInformationProviderInfo

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

NameDescription
System_CAPS_pubmethodServerInformationProviderInfo()

Initializes a new instance of the ServerInformationProviderInfo class.

NameDescription
System_CAPS_pubpropertyServerInformationProvider

Gets the specified server information provider to use.

System_CAPS_pubpropertyServerType

Gets or sets the collection of the server type for the instance.

System_CAPS_pubpropertyType

Gets or sets the type of the server to use.

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_pubmethodInitialize(IServiceProvider^)

Initializes the information. This class cannot be inherited.

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: