ConnectionManagerMultiFlatFileClass.CodePage 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the code page to use for converting non-Unicode string to Unicode.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Public Overridable Property CodePage As Integer
Get
Set
用法
Dim instance As ConnectionManagerMultiFlatFileClass
Dim value As Integer
value = instance.CodePage
instance.CodePage = value
public virtual int CodePage { get; set; }
public:
virtual property int CodePage {
int get ();
void set (int value);
}
abstract CodePage : int with get, set
override CodePage : int with get, set
function get CodePage () : int
function set CodePage (value : int)
属性值
类型:System.Int32
The code page to use for converting non-Unicode string to Unicode.
实现
IDTSConnectionManagerFlatFile100.CodePage