Share via


SchemaDeployment.OnVerifyModels Method

Called during deployment execution after the schema models have been prepared for deployment to allow custom classes to do additional processing for a custom DatabaseSchemaProvider.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Overridable Function OnVerifyModels As IList(Of DataSchemaError)
protected virtual IList<DataSchemaError> OnVerifyModels()
protected:
virtual IList<DataSchemaError^>^ OnVerifyModels()
abstract OnVerifyModels : unit -> IList<DataSchemaError> 
override OnVerifyModels : unit -> IList<DataSchemaError> 
protected function OnVerifyModels() : IList<DataSchemaError>

Return Value

Type: System.Collections.Generic.IList<DataSchemaError>
A list of DataSchemaError objects that represent the errors encountered during the model verification process. The default implementation returns an empty list.

.NET Framework Security

See Also

Reference

SchemaDeployment Class

Microsoft.Data.Schema.Build Namespace

DatabaseSchemaProvider

DataSchemaError