UIConnectionInfoUtil.SetUseCustomConnectionColor 메서드

정의

지정한 UIConnectionInfo 개체에 UseCustomConnectionColor 옵션을 저장합니다.

public:
 static void SetUseCustomConnectionColor(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci, bool useCustomValue);
public static void SetUseCustomConnectionColor (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci, bool useCustomValue);
static member SetUseCustomConnectionColor : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo * bool -> unit
Public Shared Sub SetUseCustomConnectionColor (ci As UIConnectionInfo, useCustomValue As Boolean)

매개 변수

ci
UIConnectionInfo

연결 정보입니다.

useCustomValue
Boolean

사용자 지정 값을 사용하려면 true이고, 그렇지 않으면 false입니다.

적용 대상