Propriedade do RDL IDTSBulkInsertTask.SortedData
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the Order by clause in the bulk insert statement.
Namespace: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly: Microsoft.SqlServer.BulkInsertTask (em Microsoft.SqlServer.BulkInsertTask.dll)
Sintaxe
'Declaração
Property SortedData As String
Get
Set
'Uso
Dim instance As IDTSBulkInsertTask
Dim value As String
value = instance.SortedData
instance.SortedData = value
string SortedData { get; set; }
property String^ SortedData {
String^ get ();
void set (String^ value);
}
abstract SortedData : string with get, set
function get SortedData () : String
function set SortedData (value : String)
Valor da propriedade
Tipo: System.String
A String that contains the Order by clause used to sort the data.
Comentários
For more information, see BulkInsertTask.