다음을 통해 공유


SqlServerStoreGenerationConvention.Validate 메서드

정의

오버로드

Validate(IConventionProperty)
Validate(IConventionProperty, StoreObjectIdentifier)

이 속성에 대해 충돌하는 저장소 생성 구성이 있는 경우 을 throw합니다.

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)

매개 변수

적용 대상

Validate(IConventionProperty, StoreObjectIdentifier)

이 속성에 대해 충돌하는 저장소 생성 구성이 있는 경우 을 throw합니다.

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

저장소 개체의 식별자입니다.

적용 대상