Proprietà IsSorted

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

Spazio dei nomi:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Property IsSorted As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

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