IDTSBulkInsertTask.SortedData Property

Definition

Gets or sets the Order by clause in the bulk insert statement.

public:
 property System::String ^ SortedData { System::String ^ get(); void set(System::String ^ value); };
public string SortedData { get; set; }
member this.SortedData : string with get, set
Public Property SortedData As String

Property Value

A String that contains the Order by clause used to sort the data.

Remarks

For more information, see BulkInsertTask.

Applies to