Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the specified ARGB color of the RegisteredServer object.
Espace de noms : Microsoft.SqlServer.Management.RegisteredServers
Assembly : Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property CustomConnectionColorArgb As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int32
An integer value that specifies the ARGB color.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.RegisteredServers