IServerInformationService Interface

Definition

Defines a method that gets the information service of the service using the Guid.

public interface class IServerInformationService
[System.Runtime.InteropServices.Guid("CE99A049-A364-4c12-96BB-8EA022808DFA")]
public interface IServerInformationService
[<System.Runtime.InteropServices.Guid("CE99A049-A364-4c12-96BB-8EA022808DFA")>]
type IServerInformationService = interface
Public Interface IServerInformationService
Attributes

Properties

Name Description
Items

Gets the dictionary of all items in the server information provider.

Methods

Name Description
GetServerInformation(ConnectionInfoBase)

Retrieves an IServerInformation object with the specified connection information.

GetServerInformation(IEnumerable<ConnectionInfoBase>)

Retrieves an IEnumerable object of ServerInformation that supports the provided connection information.

Applies to