IDTSBulkInsertTask.DataFileType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value from the DTSBulkInsert_DataFileType enumeration that indicates the data-type value to use in the load operation.
public:
property Microsoft::SqlServer::Dts::Tasks::BulkInsertTask::DTSBulkInsert_DataFileType DataFileType { Microsoft::SqlServer::Dts::Tasks::BulkInsertTask::DTSBulkInsert_DataFileType get(); void set(Microsoft::SqlServer::Dts::Tasks::BulkInsertTask::DTSBulkInsert_DataFileType value); };
public Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.DTSBulkInsert_DataFileType DataFileType { get; set; }
member this.DataFileType : Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.DTSBulkInsert_DataFileType with get, set
Public Property DataFileType As DTSBulkInsert_DataFileType
Property Value
A value from the DTSBulkInsert_DataFileType enumeration that indicates the data-type value to use in the load operation.
Remarks
For more information, see BulkInsertTask.