IServerConnectionInformationDetails Interface

 

Defines a method that uses a specified object to describe the server or connection details.

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

public interface class IServerConnectionInformationDetails

NameDescription
System_CAPS_pubpropertyConnectionInformation

Gets the connection information that is used to get the server information.

System_CAPS_pubpropertyDescription

Gets a detailed description of the server that is used for the tooltip information.

System_CAPS_pubpropertyDetails

Gets a facet that describes the server or the connection information.

System_CAPS_pubpropertyText

Gets a single string value that describes the server connection.

NameDescription
System_CAPS_pubmethodGetImage(Size)

Returns an image associated with the server or connection.

System_CAPS_pubmethodGetVisualizer()

Returns the custom visualizer for the specified connection type, if available.

Return to top
Show: