Propriété IsSorted
Gets a value that indicates whether the virtual input columns in the IDTSVirtualInput100 are sorted.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
ReadOnly Property IsSorted As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
true if the IsSorted property of the IDTSOutput100 representing the virtual input is true; otherwise, false.
Voir aussi