Partilhar via


Método SchemaDeploymentConstructor.OnConstructDeployment

Cria um objeto de implantação do esquema.

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

Sintaxe

'Declaração
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 de retorno

Tipo: Microsoft.Data.Schema.Build.SchemaDeployment
Um novo objeto de implantação do esquema.

Comentários

Substituir esse método para adicionar funcionalidade para uma determinada DatabaseSchemaProvider.

Segurança do .NET Framework

Consulte também

Referência

SchemaDeploymentConstructor Classe

Namespace Microsoft.Data.Schema.Build

SchemaDeployment