ConnectionType Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.
public enum class ConnectionType
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ConnectionType
type ConnectionType =
Public Enum ConnectionType
- Vererbung
-
ConnectionType
- Attribute
Felder
Name | Wert | Beschreibung |
---|---|---|
None | 0 | |
Field | 1 | |
Record | 2 | |
RecordContent | 4 | |
FunctoidString | 8 | |
FunctoidMath | 16 | |
FunctoidDataConversion | 32 | |
FunctoidDateTime | 64 | |
FunctoidScientific | 128 | |
FunctoidLogical | 256 | |
FunctoidScripter | 512 | |
FunctoidCount | 1024 | |
FunctoidIndex | 2048 | |
FunctoidCumulative | 4096 | |
FunctoidValueMapping | 8192 | |
FunctoidLooping | 16384 | |
FunctoidIteration | 32768 | |
FunctoidDatabaseLookup | 65536 | |
FunctoidDatabaseExtract | 131072 | |
FunctoidXPath | 262144 | |
FunctoidTableLooping | 524288 | |
FunctoidTableExtractor | 1048576 | |
FunctoidKeyMatch | 2097152 | |
FunctoidNilValue | 16777216 | |
FunctoidAssert | 33554432 | |
AllExceptRecord | 268435453 | |
All | 268435455 | |
Element | 268435456 |