FormatFile-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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)

Eigenschaftenwert

Typ: System. . :: . .String