IDTSBulkInsertTask.SortedData Proprietà

Definizione

Ottiene o imposta la clausola Order by nell'istruzione bulk insert.

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

Valore della proprietà

Valore String contenente la clausola Order by utilizzata per ordinare i dati.

Commenti

Per altre informazioni, vedere BulkInsertTask.

Si applica a