共用方式為


IDTSOutputColumn100.SortKeyPosition 屬性

Gets or sets the sort key of an output column.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Property SortKeyPosition As Integer 
    Get 
    Set
'用途
Dim instance As IDTSOutputColumn100 
Dim value As Integer 

value = instance.SortKeyPosition

instance.SortKeyPosition = value
int SortKeyPosition { get; set; }
property int SortKeyPosition {
    int get ();
    void set (int value);
}
abstract SortKeyPosition : int with get, set
function get SortKeyPosition () : int 
function set SortKeyPosition (value : int)

屬性值

型別:System.Int32
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.

請參閱

參考

IDTSOutputColumn100 介面

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