The SortedData property specifies a string that corresponds to the ORDER clause in the Transact-SQL BULK INSERT statement.
| BulkInsertTask Object |
object.SortedData [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | String that corresponds to the ORDER clause in the Transact-SQL BULK INSERT statement |
String
Read/write
HRESULT GetSortedData(BSTR *pRetVal);
HRESULT SetSortedData(BSTR NewValue);