Proprietà IsSorted
Gets a value that indicates whether the virtual input columns in the IDTSVirtualInput100 are sorted.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
ReadOnly Property IsSorted As Boolean
Get
'Utilizzo
Dim instance As IDTSVirtualInput100
Dim value As Boolean
value = instance.IsSorted
bool IsSorted { get; }
property bool IsSorted {
bool get ();
}
abstract IsSorted : bool
function get IsSorted () : boolean
Valore proprietà
Tipo: System. . :: . .Boolean
true if the IsSorted property of the IDTSOutput100 representing the virtual input is true; otherwise, false.
Vedere anche