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

사용자 지정 색의 값입니다.

적용 대상