IDTSVirtualInputColumn100.SortKeyPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the sort key of a virtual input column.
public:
property int SortKeyPosition { int get(); };
[System.Runtime.InteropServices.DispId(122)]
public int SortKeyPosition { [System.Runtime.InteropServices.DispId(122)] get; }
[<System.Runtime.InteropServices.DispId(122)>]
[<get: System.Runtime.InteropServices.DispId(122)>]
member this.SortKeyPosition : int
Public ReadOnly Property SortKeyPosition As Integer
Property Value
The sort key position of the virtual input column.
- Attributes