IDTSBulkInsertTask.SortedData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.