Compartir a través de


IDTSBulkInsertTask.UseFormatFile Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Ensamblado:  Microsoft.SqlServer.BulkInsertTask (en Microsoft.SqlServer.BulkInsertTask.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Comentarios

For more information, see BulkInsertTask.

Vea también

Referencia

IDTSBulkInsertTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.BulkInsertTask