IServerInformationService Interface

 

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

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

[GuidAttribute("CE99A049-A364-4c12-96BB-8EA022808DFA")]
public interface class IServerInformationService

NameDescription
System_CAPS_pubpropertyItems

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

NameDescription
System_CAPS_pubmethodGetServerInformation(ConnectionInfoBase^)

Retrieves an IServerInformation object with the specified connection information.

System_CAPS_pubmethodGetServerInformation(IEnumerable<ConnectionInfoBase^>^)

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

Return to top
Show: