หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.