Delen via


IDTSBulkInsertTask.UseFormatFile Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly:  Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)

Syntax

'Declaration
Property UseFormatFile As Boolean
    Get
    Set
'Usage
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)

Property Value

Type: System.Boolean