Compartir a través de


DeploymentProjectBuilder.OnVerifyConfiguration (Método)

Devuelve NULL.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

DeploymentProjectBuilder Clase

Microsoft.Data.Schema.Build (Espacio de nombres)