IDTSInputColumnCachedInfo100.CachedCodePage 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 página de códigos almacenada en caché.
public:
property int CachedCodePage { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(139)]
public int CachedCodePage { [System.Runtime.InteropServices.DispId(139)] get; [System.Runtime.InteropServices.DispId(139)] set; }
[<System.Runtime.InteropServices.DispId(139)>]
[<get: System.Runtime.InteropServices.DispId(139)>]
[<set: System.Runtime.InteropServices.DispId(139)>]
member this.CachedCodePage : int with get, set
Public Property CachedCodePage As Integer
Valor de propiedad
La página de códigos almacenada en caché.
- Atributos