UIConnectionInfoUtil.GetCustomConnectionColor(UIConnectionInfo) 方法

定義

使用指定的連接資訊,擷取自訂連接色彩。

public:
 static System::Drawing::Color GetCustomConnectionColor(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci);
public static System.Drawing.Color GetCustomConnectionColor (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
static member GetCustomConnectionColor : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> System.Drawing.Color
Public Shared Function GetCustomConnectionColor (ci As UIConnectionInfo) As Color

參數

ci
UIConnectionInfo

連接的資訊。

傳回

Color

自訂連接色彩。

適用於