共用方式為


IDTSBulkInsertTask.UseFormatFile 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets a value that indicates whether the Bulk Insert task uses a format file.

命名空間:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
組件:  Microsoft.SqlServer.BulkInsertTask (在 Microsoft.SqlServer.BulkInsertTask.dll 中)

語法

'宣告
Property UseFormatFile As Boolean 
    Get 
    Set
'用途
Dim instance As IDTSBulkInsertTask 
Dim value As Boolean 

value = instance.UseFormatFile

instance.UseFormatFile = value
bool UseFormatFile { get; set; }
property bool UseFormatFile {
    bool get ();
    void set (bool value);
}
abstract UseFormatFile : bool with get, set
function get UseFormatFile () : boolean 
function set UseFormatFile (value : boolean)

屬性值

型別:System.Boolean
true if the Bulk Insert task uses a format file; otherwise, false.

備註

For more information, see BulkInsertTask.

請參閱

參考

IDTSBulkInsertTask 介面

Microsoft.SqlServer.Dts.Tasks.BulkInsertTask 命名空間