Partager via


Propriété IDTSBulkInsertTask.FormatFile

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

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

Syntaxe

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

Valeur de propriété

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

Notes

For more information, see BulkInsertTask.

Voir aussi

Référence

IDTSBulkInsertTask Interface

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