Dela via


IDTSBulkInsertTask.DataFileType Property

This API supports the infrastructure and is not intended to be used directly from your code.

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)