Proprietà IDTSBulkInsertTask.DataFileType
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets a value from the DTSBulkInsert_DataFileType enumeration that indicates the data-type value to use in the load operation.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly: Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)
Sintassi
'Dichiarazione
Property DataFileType As DTSBulkInsert_DataFileType
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: 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.
Osservazioni
For more information, see BulkInsertTask.
Vedere anche
Riferimento
IDTSBulkInsertTask Interfaccia
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.BulkInsertTask