次の方法で共有


Descending プロパティ

列の並べ替えが昇順 (false) か降順 (true) かを指定する Boolean 値を取得または設定します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Descending As Boolean
    Get
    Set
'使用
Dim instance As OrderColumn
Dim value As Boolean

value = instance.Descending

instance.Descending = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool Descending { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool Descending {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Descending : bool with get, set
function get Descending () : boolean
function set Descending (value : boolean)

プロパティ値

型: System. . :: . .Boolean
列の並べ替えが昇順 (false) か降順 (true) かを指定する Boolean 値です。

説明

使用例