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 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework