SortedData Property
The SortedData property specifies a string that corresponds to the ORDER clause in the Transact-SQL BULK INSERT statement.
Applies To
| BulkInsertTask Object |
Syntax
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 |
Data Type
String
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetSortedData(BSTR *pRetVal);
HRESULT SetSortedData(BSTR NewValue);