Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.