UIConnectionInfoUtil.GetEncryptConnection Method

Definition

Returns whether the Encrypt connection option is specified from the first connection information in the list.

Overloads

GetEncryptConnection(UIConnectionGroupInfo)

Returns whether the Encrypt connection option is specified from the first connection information list.

GetEncryptConnection(UIConnectionInfo)

Returns whether the Encrypt connection option is specified or not with specified connection information.

GetEncryptConnection(UIConnectionGroupInfo)

Returns whether the Encrypt connection option is specified from the first connection information list.

public:
 static bool GetEncryptConnection(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionGroupInfo ^ connectionInfoList);
public static bool GetEncryptConnection (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo connectionInfoList);
static member GetEncryptConnection : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo -> bool
Public Shared Function GetEncryptConnection (connectionInfoList As UIConnectionGroupInfo) As Boolean

Parameters

connectionInfoList
UIConnectionGroupInfo

The list of the connection information.

Returns

Returns whether the Encrypt connection option is specified.

Applies to

GetEncryptConnection(UIConnectionInfo)

Returns whether the Encrypt connection option is specified or not with specified connection information.

public:
 static bool GetEncryptConnection(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci);
public static bool GetEncryptConnection (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
static member GetEncryptConnection : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> bool
Public Shared Function GetEncryptConnection (ci As UIConnectionInfo) As Boolean

Parameters

ci
UIConnectionInfo

The information of the connection.

Returns

Returns whether connection option is specified.

Applies to