Compartilhar via


Método DeploymentProjectBuilder.OnVerifyConfiguration

Retorna null.

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

Sintaxe

'Declaração
Protected Overridable Function OnVerifyConfiguration As IList(Of DataSchemaError)
protected virtual IList<DataSchemaError> OnVerifyConfiguration()
protected:
virtual IList<DataSchemaError^>^ OnVerifyConfiguration()
abstract OnVerifyConfiguration : unit -> IList<DataSchemaError> 
override OnVerifyConfiguration : unit -> IList<DataSchemaError> 
protected function OnVerifyConfiguration() : IList<DataSchemaError>

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

DeploymentProjectBuilder Classe

Namespace Microsoft.Data.Schema.Build