Share via


SqlDeployment.OnVerifyModels Method

Returns a list of model verification error messages.

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

Syntax

'Declaration
Protected Overrides Function OnVerifyModels As IList(Of DataSchemaError)
'Usage
Dim returnValue As IList(Of DataSchemaError)

returnValue = Me.OnVerifyModels()
protected override IList<DataSchemaError> OnVerifyModels()
protected:
virtual IList<DataSchemaError^>^ OnVerifyModels() override
protected override function OnVerifyModels() : IList<DataSchemaError>
abstract OnVerifyModels : unit -> IList<DataSchemaError> 
override OnVerifyModels : unit -> IList<DataSchemaError> 

Return Value

Type: System.Collections.Generic.IList<DataSchemaError>

.NET Framework Security

See Also

Reference

SqlDeployment Class

SqlDeployment Members

Microsoft.Data.Schema.Sql.Build Namespace