ConnectionType 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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 |