Partager via


Propriété IDTSBulkInsertTask.UseFormatFile

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly :  Microsoft.SqlServer.BulkInsertTask (en Microsoft.SqlServer.BulkInsertTask.dll)

Syntaxe

'Déclaration
Property UseFormatFile As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Notes

For more information, see BulkInsertTask.

Voir aussi

Référence

IDTSBulkInsertTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.BulkInsertTask