IDTSBulkInsertTask.SortedData Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly: Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)
Syntax
'Declaration
Property SortedData As String
Get
Set
'Usage
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)
Property Value
Type: System.String