Partager via


Propriété IDTSOutput100.IsSorted

Gets a value that indicates whether the columns in an output object are sorted.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Property IsSorted As Boolean 
    Get 
    Set
'Utilisation
Dim instance As IDTSOutput100 
Dim value As Boolean 

value = instance.IsSorted

instance.IsSorted = value
bool IsSorted { get; set; }
property bool IsSorted {
    bool get ();
    void set (bool value);
}
abstract IsSorted : bool with get, set
function get IsSorted () : boolean 
function set IsSorted (value : boolean)

Valeur de propriété

Type : System.Boolean
true if the columns in the output are sorted; otherwise, false.

Voir aussi

Référence

IDTSOutput100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper