SqlServerStoreGenerationConvention.Validate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Validate(IConventionProperty) | |
Validate(IConventionProperty, StoreObjectIdentifier) |
如果此屬性的存放區產生組態發生衝突,則會擲回 。 |
Validate(IConventionProperty)
protected override void Validate (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
override this.Validate : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
Protected Overrides Sub Validate (property As IConventionProperty)
參數
- property
- IConventionProperty
適用於
Validate(IConventionProperty, StoreObjectIdentifier)
如果此屬性的存放區產生組態發生衝突,則會擲回 。
protected override void Validate (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
override this.Validate : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> unit
Protected Overrides Sub Validate (property As IConventionProperty, storeObject As StoreObjectIdentifier)
參數
- property
- IConventionProperty
要檢查的屬性。
- storeObject
- StoreObjectIdentifier
Store 物件的識別碼。