Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the sort key of a virtual input column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
ReadOnly Property SortKeyPosition As Integer
Get
'Usage
Dim instance As IDTSVirtualInputColumn100
Dim value As Integer
value = instance.SortKeyPosition
int SortKeyPosition { get; }
property int SortKeyPosition {
int get ();
}
abstract SortKeyPosition : int
function get SortKeyPosition () : int
Property Value
Type: System.Int32
The sort key position of the virtual input column.