ConnectionType Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此枚举支持其成员值的按位组合。
public enum class ConnectionType
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ConnectionType
type ConnectionType =
Public Enum ConnectionType
- 继承
-
ConnectionType
- 属性
字段
| 名称 | 值 | 说明 |
|---|---|---|
| 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 |