UIConnectionInfoUtil.GetUseCustomConnectionColor(UIConnectionInfo) Method

Definition

Specifies the custom color to use for the UIConnectionInfo object.

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

Parameters

ci
UIConnectionInfo

The information of the connection.

Returns

The custom color to use for ConnectionInfo.

Applies to