IDTSBulkInsertTask.DataFileType 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets a value from the DTSBulkInsert_DataFileType enumeration that indicates the data-type value to use in the load operation.

命名空间:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
程序集:  Microsoft.SqlServer.BulkInsertTask(在 Microsoft.SqlServer.BulkInsertTask.dll 中)

语法

声明
Property DataFileType As DTSBulkInsert_DataFileType 
    Get 
    Set
用法
Dim instance As IDTSBulkInsertTask 
Dim value As DTSBulkInsert_DataFileType 

value = instance.DataFileType

instance.DataFileType = value
DTSBulkInsert_DataFileType DataFileType { get; set; }
property DTSBulkInsert_DataFileType DataFileType {
    DTSBulkInsert_DataFileType get ();
    void set (DTSBulkInsert_DataFileType value);
}
abstract DataFileType : DTSBulkInsert_DataFileType with get, set
function get DataFileType () : DTSBulkInsert_DataFileType 
function set DataFileType (value : DTSBulkInsert_DataFileType)

属性值

类型:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.DTSBulkInsert_DataFileType
A value from the DTSBulkInsert_DataFileType enumeration that indicates the data-type value to use in the load operation.

注释

For more information, see BulkInsertTask.

请参阅

参考

IDTSBulkInsertTask 接口

Microsoft.SqlServer.Dts.Tasks.BulkInsertTask 命名空间