IDTSInputColumnCachedInfo100.CachedSortKeyPosition Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece la posición de clave almacenada en caché.
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
Valor de propiedad
La posición de clave almacenada en caché.
- Atributos