IDTSOutputColumn90.SortKeyPosition Property
Gets or sets the sort key of an output column.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
구문
‘선언
<DispIdAttribute(109)> _
Property SortKeyPosition As Integer
[DispIdAttribute(109)]
int SortKeyPosition { get; set; }
[DispIdAttribute(109)]
property int SortKeyPosition {
int get ();
void set (int plSortKeyPosition);
}
/** @property */
/** @attribute DispIdAttribute(109) */
int get_SortKeyPosition ()
/** @property */
/** @attribute DispIdAttribute(109) */
void set_SortKeyPosition (int plSortKeyPosition)
DispIdAttribute(109)
function get SortKeyPosition () : int
DispIdAttribute(109)
function set SortKeyPosition (plSortKeyPosition : int)
속성 값
The sort key position of the output column.
주의
A non-zero SortKeyPosition value for a column indicates that rows are sorted on the column. A positive value indicates an ascending sort; a negative value indicates a descending sort. SortKeyPosition values must represent a numeric sequence, starting with 1 and incremented by 1. The absolute value of a negative number determines its place in the sequence.
스레드 보안
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 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
IDTSOutputColumn90 Interface
IDTSOutputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace