ServerInformationProviderInfo Class

Initializes the specified information provider to use for the server.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.ServerInformationProviderInfo

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ServerInformationProviderInfo _
    Implements IInitializable
'Usage
Dim instance As ServerInformationProviderInfo
[SerializableAttribute]
public class ServerInformationProviderInfo : IInitializable
[SerializableAttribute]
public ref class ServerInformationProviderInfo : IInitializable
[<SerializableAttribute>]
type ServerInformationProviderInfo =  
    class
        interface IInitializable
    end
public class ServerInformationProviderInfo implements IInitializable

The ServerInformationProviderInfo type exposes the following members.

Constructors

  Name Description
Public method ServerInformationProviderInfo Initializes a new instance of the ServerInformationProviderInfo class.

Top

Properties

  Name Description
Public property ServerInformationProvider Gets the specified server information provider to use.
Public property ServerType Gets or sets the collection of the server type for the instance.
Public property Type Gets or sets the type of the server to use.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Initialize Initializes the information. This class cannot be inherited.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.