IDTSBulkInsertTask.DataFileType 屬性
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets a value from the DTSBulkInsert_DataFileType enumeration that indicates the data-type value to use in the load operation.
命名空間: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
組件: Microsoft.SqlServer.BulkInsertTask (在 Microsoft.SqlServer.BulkInsertTask.dll 中)
語法
'宣告
Property DataFileType As DTSBulkInsert_DataFileType
Get
Set
'用途
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)
屬性值
型別: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.
備註
For more information, see BulkInsertTask.