The SortedData property specifies a string that corresponds to the ORDER clause in the Transact-SQL BULK INSERT statement.
object.SortedData [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to a BulkInsertTask object |
| 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);