IDTSBulkInsertTask.CodePage 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the code page of the data in the data file.
命名空间: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
程序集: Microsoft.SqlServer.BulkInsertTask(在 Microsoft.SqlServer.BulkInsertTask.dll 中)
语法
声明
Property CodePage As String
Get
Set
用法
Dim instance As IDTSBulkInsertTask
Dim value As String
value = instance.CodePage
instance.CodePage = value
string CodePage { get; set; }
property String^ CodePage {
String^ get ();
void set (String^ value);
}
abstract CodePage : string with get, set
function get CodePage () : String
function set CodePage (value : String)
属性值
类型:System.String
A String that indicates the code page of the data in the data file.
注释
For more information, see BulkInsertTask.