Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the cached code page.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property CachedCodePage As Integer
Get
Set
'Usage
Dim instance As IDTSInputColumnCachedInfo100
Dim value As Integer
value = instance.CachedCodePage
instance.CachedCodePage = value
int CachedCodePage { get; set; }
property int CachedCodePage {
int get ();
void set (int value);
}
abstract CachedCodePage : int with get, set
function get CachedCodePage () : int
function set CachedCodePage (value : int)
Property Value
Type: System.Int32
The cached code page.