RegisteredServer.UseCustomConnectionColor 속성

Gets or sets a value indicating whether the object uses a custom connection color.

네임스페이스:  Microsoft.SqlServer.Management.RegisteredServers
어셈블리:  Microsoft.SqlServer.Management.RegisteredServers(Microsoft.SqlServer.Management.RegisteredServers.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property UseCustomConnectionColor As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As RegisteredServer 
Dim value As Boolean 

value = instance.UseCustomConnectionColor

instance.UseCustomConnectionColor = value
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public bool UseCustomConnectionColor { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property bool UseCustomConnectionColor {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member UseCustomConnectionColor : bool with get, set
function get UseCustomConnectionColor () : boolean 
function set UseCustomConnectionColor (value : boolean)

속성 값

유형: System.Boolean
true if the object use a custom connection color; otherwise, false.

참고 항목

참조

RegisteredServer 클래스

Microsoft.SqlServer.Management.RegisteredServers 네임스페이스