Compartilhar via


Propriedade do RDL IDTSBulkInsertTask.UseFormatFile

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
Property UseFormatFile As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Comentários

For more information, see BulkInsertTask.

Consulte também

Referência

IDTSBulkInsertTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.BulkInsertTask