Deployment.OnVerifyModels Method

Returns null.

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

Syntax

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

returnValue = Me.OnVerifyModels()
protected virtual IList<DataSchemaError> OnVerifyModels()
protected:
virtual IList<DataSchemaError^>^ OnVerifyModels()
protected 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

Deployment Class

Deployment Members

Microsoft.Data.Schema.Build Namespace