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

연결 정보입니다.

반환

사용자 지정 연결 색입니다.

적용 대상