UIConnectionInfoUtil.SetCustomConnectionColor(UIConnectionInfo, Color) Method

Definition

Stores CustomConnectionColor option in the specified UIConnectionInfo object.

public:
 static void SetCustomConnectionColor(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci, System::Drawing::Color customColorValue);
public static void SetCustomConnectionColor (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci, System.Drawing.Color customColorValue);
static member SetCustomConnectionColor : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo * System.Drawing.Color -> unit
Public Shared Sub SetCustomConnectionColor (ci As UIConnectionInfo, customColorValue As Color)

Parameters

ci
UIConnectionInfo

The information of the connection.

customColorValue
Color

The value of the custom color.

Applies to