Freigeben über


IDTSBulkInsertTask.FormatFile-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the full path of a format file.

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

Syntax

'Declaration
Property FormatFile As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Hinweise

For more information, see BulkInsertTask.

Siehe auch

Verweis

IDTSBulkInsertTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.BulkInsertTask-Namespace