次の方法で共有


SfcCollatedDictionaryCollection<T, K, ParentT>.Ascending プロパティ

昇順に並べ替えるかどうかを示す値を取得または設定します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
Public Property Ascending As Boolean 
    Get 
    Set
'使用
Dim instance As SfcCollatedDictionaryCollection 
Dim value As Boolean 

value = instance.Ascending

instance.Ascending = value
public bool Ascending { get; set; }
public:
property bool Ascending {
    bool get ();
    void set (bool value);
}
member Ascending : bool with get, set
function get Ascending () : boolean 
function set Ascending (value : boolean)

プロパティ値

型: System.Boolean
昇順に並べ替える場合は true、それ以外の場合は false です。既定値は true です。

関連項目

参照

SfcCollatedDictionaryCollection<T, K, ParentT> クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間