Propriété IDTSBulkInsertTask.SortedData
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the Order by clause in the bulk insert statement.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly : Microsoft.SqlServer.BulkInsertTask (en Microsoft.SqlServer.BulkInsertTask.dll)
Syntaxe
'Déclaration
Property SortedData As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A String that contains the Order by clause used to sort the data.
Notes
For more information, see BulkInsertTask.