共用方式為


RegisteredServer.CustomConnectionColorArgb 屬性

Gets or sets the specified ARGB color of the RegisteredServer object.

命名空間:  Microsoft.SqlServer.Management.RegisteredServers
組件:  Microsoft.SqlServer.Management.RegisteredServers (在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property CustomConnectionColorArgb As Integer 
    Get 
    Set
'用途
Dim instance As RegisteredServer 
Dim value As Integer 

value = instance.CustomConnectionColorArgb

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

屬性值

型別:System.Int32
An integer value that specifies the ARGB color.

請參閱

參考

RegisteredServer 類別

Microsoft.SqlServer.Management.RegisteredServers 命名空間