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.