UIConnectionInfoUtil.GetUseCustomConnectionColor(UIConnectionInfo) 方法

定义

指定要用于 UIConnectionInfo 对象的自定义颜色。

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

参数

ci
UIConnectionInfo

连接的信息。

返回

要用于 ConnectionInfo 的自定义颜色。

适用于