Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a value indicating whether the object uses a custom connection color.
Espacio de nombres: Microsoft.SqlServer.Management.RegisteredServers
Ensamblado: Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property UseCustomConnectionColor As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true if the object use a custom connection color; otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers