SortedData propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly :  Microsoft.SqlServer.BulkInsertTask (dans 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 la propriété

Type : System. . :: . .String