RegisteredServer.UseCustomConnectionColor プロパティ

オブジェクトでカスタムの接続の色が使用されているかどうかを示す値を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.RegisteredServers
アセンブリ:  Microsoft.SqlServer.Management.RegisteredServers (Microsoft.SqlServer.Management.RegisteredServers.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property UseCustomConnectionColor As Boolean 
    Get 
    Set
'使用
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)

プロパティ値

型: System.Boolean
オブジェクトでカスタムの接続の色が使用されている場合は true、それ以外の場合は false です。

関連項目

参照

RegisteredServer クラス

Microsoft.SqlServer.Management.RegisteredServers 名前空間