IDTSInput90.IsSorted Property

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

命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

语法

声明
<DispIdAttribute(111)> _
ReadOnly Property IsSorted As Boolean
[DispIdAttribute(111)] 
bool IsSorted { get; }
[DispIdAttribute(111)] 
property bool IsSorted {
    bool get ();
}
/** @property */
/** @attribute DispIdAttribute(111) */ 
boolean get_IsSorted ()
DispIdAttribute(111) 
function get IsSorted () : boolean

属性值

true if the columns are sorted; otherwise, false.

备注

已更新的文本:2006 年 7 月 17 日

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.

线程安全

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

IDTSInput90 Interface
IDTSInput90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace