ADODC.OrientationEnum Enum

Definitie

Let op

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Biedt constanten voor compatibiliteit met de eigenschap Visual Basic 6,0 Orientation.

public: enum class ADODC::OrientationEnum
public enum ADODC.OrientationEnum
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public enum ADODC.OrientationEnum
type ADODC.OrientationEnum = 
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type ADODC.OrientationEnum = 
Public Enum ADODC.OrientationEnum
Overname
ADODC.OrientationEnum
Kenmerken

Velden

Name Waarde Description
adHorizontal 0

De ADODC wordt horizontaal weergegeven.

adVertical 1

De ADODC wordt verticaal weergegeven.

Opmerkingen

In Visual Basic 6.0 werd de eigenschap Orientation gebruikt om op te geven of een ADODataControl werd weergegeven met een horizontale of verticale afdrukstand.

Note

Functies en objecten in de naamruimte Microsoft.VisualBasic.Compatibility.VB6 worden gebruikt door de hulpprogramma's voor het upgraden van Visual Basic 6.0 naar Visual Basic. In de meeste gevallen zijn deze functies en objecten dubbele functionaliteit die u kunt vinden in andere naamruimten in het .NET Framework. Ze zijn alleen nodig wanneer het codemodel Visual Basic 6.0 aanzienlijk verschilt van de .NET Framework-implementatie.

Van toepassing op