次の方法で共有


IDTSInput100.IsSorted プロパティ

IDTSInputColumnCollection100 の列を並べ替えるかどうかを示す値を取得します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
ReadOnly Property IsSorted As Boolean 
    Get
'使用
Dim instance As IDTSInput100 
Dim value As Boolean 

value = instance.IsSorted
bool IsSorted { get; }
property bool IsSorted {
    bool get ();
}
abstract IsSorted : bool
function get IsSorted () : boolean

プロパティ値

型: System.Boolean
列を並べ替える場合は true、並べ替えない場合は false です。

説明

IsSorted プロパティと SortKeyPosition プロパティは連係して、入力で受け取ったデータが、入力列の SortKeyPosition の値で指定された順序どおりに既に並べ替えられていることを、データ フロー内の他のコンポーネントに通知します。 これらのプロパティでは、並べ替えは行われません。

関連項目

参照

IDTSInput100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間