Freigeben über


IDTSBulkInsertTask.FieldTerminator-Eigenschaft

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

Gets or sets the field terminator for use in char and widechar data files.

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

Syntax

'Declaration
Property FieldTerminator As String 
    Get 
    Set
'Usage
Dim instance As IDTSBulkInsertTask 
Dim value As String 

value = instance.FieldTerminator

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

Eigenschaftswert

Typ: System.String
A String that indicates the field terminator for use in char and widechar data files.

Hinweise

For more information, see BulkInsertTask.

Siehe auch

Verweis

IDTSBulkInsertTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.BulkInsertTask-Namespace