Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value that indicates whether the virtual input columns in the IDTSVirtualInput100 are sorted.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
ReadOnly Property IsSorted As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
true if the IsSorted property of the IDTSOutput100 representing the virtual input is true; otherwise, false.