IDTSVirtualInput100.IsSorted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the virtual input columns in the IDTSVirtualInput100 are sorted.
public:
property bool IsSorted { bool get(); };
[System.Runtime.InteropServices.DispId(106)]
public bool IsSorted { [System.Runtime.InteropServices.DispId(106)] get; }
[<System.Runtime.InteropServices.DispId(106)>]
[<get: System.Runtime.InteropServices.DispId(106)>]
member this.IsSorted : bool
Public ReadOnly Property IsSorted As Boolean
Property Value
true if the IsSorted property of the IDTSOutput100 representing the virtual input is true; otherwise, false.
- Attributes