RelationalDesignEventId 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public enum RelationalDesignEventId
type RelationalDesignEventId =
Public Enum RelationalDesignEventId
- 继承
-
RelationalDesignEventId
字段
名称 | 值 | 说明 |
---|---|---|
MissingSchemaWarning | 1 | |
MissingTableWarning | 2 | |
SequenceMustBeNamedWarning | 3 | |
SequenceTypeNotSupportedWarning | 4 | |
UnableToGenerateEntityTypeWarning | 5 | |
ColumnTypeNotMappedWarning | 6 | |
MissingPrimaryKeyWarning | 7 | |
PrimaryKeyColumnsNotMappedWarning | 8 | |
IndexColumnsNotMappedWarning | 9 | |
ForeignKeyReferencesMissingTableWarning | 10 | |
ForeignKeyColumnsNotMappedWarning | 11 | |
ForeignKeyReferencesMissingPrincipalKeyWarning | 12 | |
FoundTable | 13 | |
TableSkipped | 14 | |
FoundColumn | 15 | |
ColumnSkipped | 16 | |
FoundIndex | 17 | |
FoundIndexColumn | 18 | |
IndexColumnSkipped | 19 | |
FoundForeignKeyColumn | 20 | |
FoundSequence | 21 | |
ForeignKeyReferencesMissingTable | 22 |