ServerInformationProviderInfo Class

Definition

Initializes the specified information provider to use for the server.

public ref class ServerInformationProviderInfo : Microsoft::SqlServer::Management::IInitializable
[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 ServerInformationProviderInfo : Microsoft.SqlServer.Management.IInitializable
[<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 ServerInformationProviderInfo = class
    interface IInitializable
Public Class ServerInformationProviderInfo
Implements IInitializable
Inheritance
ServerInformationProviderInfo
Attributes
Implements

Constructors

ServerInformationProviderInfo()

Initializes a new instance of the ServerInformationProviderInfo class.

Properties

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.

Methods

Initialize(IServiceProvider)

Initializes the information. This class cannot be inherited.

Applies to