Udostępnij przez


Właściwość IDTSBulkInsertTask.DataFileType

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Zestaw:  Microsoft.SqlServer.BulkInsertTask (w Microsoft.SqlServer.BulkInsertTask.dll)

Składnia

'Deklaracja
Property DataFileType As DTSBulkInsert_DataFileType
    Get
    Set
'Użycie
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)