Compartir a través de


IDTSBulkInsertTask.FormatFile 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 the full path of a format file.

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

Sintaxis

'Declaración
Property FormatFile As String 
    Get 
    Set
'Uso
Dim instance As IDTSBulkInsertTask 
Dim value As String 

value = instance.FormatFile

instance.FormatFile = value
string FormatFile { get; set; }
property String^ FormatFile {
    String^ get ();
    void set (String^ value);
}
abstract FormatFile : string with get, set
function get FormatFile () : String 
function set FormatFile (value : String)

Valor de la propiedad

Tipo: System.String
A String that indicates the path of the format file.

Comentarios

For more information, see BulkInsertTask.

Vea también

Referencia

IDTSBulkInsertTask Interfaz

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