Compartilhar via


Propriedade do RDL RegisteredServer.CustomConnectionColorArgb

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

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property CustomConnectionColorArgb As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

RegisteredServer Classe

Namespace Microsoft.SqlServer.Management.RegisteredServers