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
- 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.