此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the cached key position.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
Property CachedSortKeyPosition As Integer
Get
Set
用法
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)
属性值
类型:System.Int32
The cached key position.