Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value from the DTSBulkInsert_DataFileType enumeration that indicates the data-type value to use in the load operation.
Namespace: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly: Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)
Syntax
'Declaration
Property DataFileType As DTSBulkInsert_DataFileType
Get
Set
'Usage
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)
Property Value
Type: 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.
Remarks
For more information, see BulkInsertTask.