UIConnectionInfoUtil.SetCustomConnectionColor(UIConnectionInfo, Color) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定的 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)
參數
連接的資訊。
- customColorValue
- Color
自訂色彩的值。