次の方法で共有


Descending プロパティ

列を昇順 (false) と降順 (true) のどちらで並べ替えるかを指定します。

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

構文

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

value = instance.Descending

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

プロパティ値

型: System. . :: . .Boolean