共用方式為


IDTSInput100.IsSorted 屬性

Gets a value that indicates whether the columns in an IDTSInputColumnCollection100 are sorted.

命名空間:  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 if the columns are sorted; otherwise, false.

備註

The IsSorted and SortKeyPosition properties work together to inform other components in the data flow that the data received in an input is already sorted in the order specified by the value of the SortKeyPosition of the input columns. These properties do not cause any sorting to occur.

請參閱

參考

IDTSInput100 介面

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