Share via


IDTSInputColumnCachedInfo100.CachedSortKeyPosition Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the cached key position.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Property CachedSortKeyPosition As Integer 
    Get 
    Set
'Usage
Dim instance As IDTSInputColumnCachedInfo100 
Dim value As Integer 

value = instance.CachedSortKeyPosition

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

Property Value

Type: System.Int32
The cached key position.

See Also

Reference

IDTSInputColumnCachedInfo100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace