IsSorted プロパティ

IDTSVirtualInput100 の仮想入力列を並べ替えるかどうかを指定する値を取得します。

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

構文

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

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

プロパティ値

型: System. . :: . .Boolean
仮想入力を表している IDTSOutput100IsSorted プロパティが true である場合は true です。それ以外の場合は、false です。