RelationalDesignEventId 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public enum RelationalDesignEventId
type RelationalDesignEventId =
Public Enum RelationalDesignEventId
- 繼承
-
RelationalDesignEventId
欄位
名稱 | 值 | Description |
---|---|---|
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 |