次の方法で共有


CustomConnectionColorArgb プロパティ

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

構文

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

プロパティ値

型: System. . :: . .Int32