ImportCardinality 枚举
定义
指示 Export 所需的 ImportDefinition 对象的基数。Indicates the cardinality of the Export objects required by an ImportDefinition.
public enum class ImportCardinality
public enum ImportCardinality
type ImportCardinality =
Public Enum ImportCardinality
- 继承
字段
| ExactlyOne | 1 | Export 恰好需要一个 ImportDefinition 对象。Exactly one Export object is required by the ImportDefinition. |
| ZeroOrMore | 2 | Export 需要零个或多个 ImportDefinition 对象。Zero or more Export objects are required by the ImportDefinition. |
| ZeroOrOne | 0 | Export 需要零个或一个 ImportDefinition 对象。Zero or one Export objects are required by the ImportDefinition. |