Compartilhar via


Propriedade do RDL IsSorted

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
Property IsSorted As Boolean
    Get
    Set
'Uso
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)

Valor da propriedade

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