Поделиться через


IDTSOutput90.IsSorted Property

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

Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Синтаксис

'Декларация
<DispIdAttribute(111)> _
Property IsSorted As Boolean
[DispIdAttribute(111)] 
bool IsSorted { get; set; }
[DispIdAttribute(111)] 
property bool IsSorted {
    bool get ();
    void set ([InAttribute] bool pbIsSorted);
}
/** @property */
/** @attribute DispIdAttribute(111) */ 
boolean get_IsSorted ()

/** @property */
/** @attribute DispIdAttribute(111) */ 
void set_IsSorted (/** @attribute InAttribute() */ boolean pbIsSorted)
DispIdAttribute(111) 
function get IsSorted () : boolean

DispIdAttribute(111) 
function set IsSorted (pbIsSorted : boolean)

Значение свойства

true if the columns in the output are sorted; otherwise, false.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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