Compartir a través de


SchemaDeploymentConstructor.ConstructServiceImplementation (Método)

Lo llama Visual Studio para obtener un objeto SchemaDeployment.

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

Sintaxis

'Declaración
Protected Overrides Function ConstructServiceImplementation As SchemaDeployment
protected override SchemaDeployment ConstructServiceImplementation()
protected:
virtual SchemaDeployment^ ConstructServiceImplementation() override
abstract ConstructServiceImplementation : unit -> SchemaDeployment 
override ConstructServiceImplementation : unit -> SchemaDeployment 
protected override function ConstructServiceImplementation() : SchemaDeployment

Valor devuelto

Tipo: Microsoft.Data.Schema.Build.SchemaDeployment
Motor de implementación del esquema inicializado.

Excepciones

Excepción Condición
ArgumentNullException

La propiedad Errors es nullreferencia null (Nothing en Visual Basic).

Comentarios

Este método llama al método OnConstructDeployment.

Seguridad de .NET Framework

Vea también

Referencia

SchemaDeploymentConstructor Clase

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

SchemaDeployment