SortedData Property (DTS)

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 an object in the Applies To list
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);

See Also

BULK INSERT

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.