ConnectionType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此列舉支援其成員值的位元組合。
public enum class ConnectionType
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ConnectionType
type ConnectionType =
Public Enum ConnectionType
- 繼承
-
ConnectionType
- 屬性
欄位
名稱 | 值 | Description |
---|---|---|
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 |