IResultInfo.ConnectionInfo Property

Definition

Gets the connection information of the connection producing the result.

public:
 property Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ConnectionInfo { Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ get(); };
public Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ConnectionInfo { get; }
member this.ConnectionInfo : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
Public ReadOnly Property ConnectionInfo As UIConnectionInfo

Property Value

A UIConnectionInfo object that contains the connection information.

Applies to