Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.