IsSorted-Eigenschaft
Gets a value that indicates whether the columns in an output object are sorted.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property IsSorted As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System. . :: . .Boolean
true if the columns in the output are sorted; otherwise, false.