Condividi tramite


Proprietà UseCustomConnectionColor

Spazio dei nomi:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property UseCustomConnectionColor As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .Boolean