UIConnectionInfoUtil.SetCustomConnectionColor(UIConnectionInfo, Color) 方法

定义

在指定的 UIConnectionInfo 对象中存储 CustomConnectionColor 选项。

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)

参数

ci
UIConnectionInfo

连接的信息。

customColorValue
Color

自定义颜色的值。

适用于