다음을 통해 공유


IDTSBulkInsertTask.SortedData 속성

정의

대량 삽입 문의 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

속성 값

데이터를 정렬하는 데 사용되는 Order by 절을 포함하는 문자열입니다.

설명

자세한 내용은 BulkInsertTask를 참조하세요.

적용 대상