IDTSInputColumnCachedInfo100.CachedSortKeyPosition 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 or sets the cached key position.
public:
property int CachedSortKeyPosition { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(140)]
public int CachedSortKeyPosition { [System.Runtime.InteropServices.DispId(140)] get; [System.Runtime.InteropServices.DispId(140)] set; }
[<System.Runtime.InteropServices.DispId(140)>]
[<get: System.Runtime.InteropServices.DispId(140)>]
[<set: System.Runtime.InteropServices.DispId(140)>]
member this.CachedSortKeyPosition : int with get, set
Public Property CachedSortKeyPosition As Integer
Property Value
The cached key position.
- Attributes