IServerConnectionInformationDetails.ConnectionInformation Property

Definition

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

public:
 property Microsoft::SqlServer::Management::Common::ConnectionInfoBase ^ ConnectionInformation { Microsoft::SqlServer::Management::Common::ConnectionInfoBase ^ get(); };
public Microsoft.SqlServer.Management.Common.ConnectionInfoBase ConnectionInformation { get; }
member this.ConnectionInformation : Microsoft.SqlServer.Management.Common.ConnectionInfoBase
Public ReadOnly Property ConnectionInformation As ConnectionInfoBase

Property Value

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

Applies to