IDTSBulkInsertTask.SortedData 屬性

定義

取得或設定 bulk insert 語句中的 Order by 子句。

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

屬性值

String

字串,包含用來排序資料的 Order by 子句。

備註

如需詳細資訊,請參閱BulkInsertTask

適用於