Compartir a través de


SchemaDeploymentConstructor.OnConstructDeployment (Método)

Crea un objeto de implementación del esquema.

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

Sintaxis

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

Valor devuelto

Tipo: Microsoft.Data.Schema.Build.SchemaDeployment
Un nuevo objeto de implementación del esquema.

Comentarios

Invalide este método para agregar funcionalidad para un DatabaseSchemaProvider determinado.

Seguridad de .NET Framework

Vea también

Referencia

SchemaDeploymentConstructor Clase

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

SchemaDeployment