Método VSDBCmdServices.OnInitializeConstructor (ReverseEngineerConstructor)
Usado para inicializar o construtor de engenharia reverso.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
Protected Overridable Sub OnInitializeConstructor ( _
reverseEngineerConstructor As ReverseEngineerConstructor _
)
protected virtual void OnInitializeConstructor(
ReverseEngineerConstructor reverseEngineerConstructor
)
protected:
virtual void OnInitializeConstructor(
ReverseEngineerConstructor^ reverseEngineerConstructor
)
abstract OnInitializeConstructor :
reverseEngineerConstructor:ReverseEngineerConstructor -> unit
override OnInitializeConstructor :
reverseEngineerConstructor:ReverseEngineerConstructor -> unit
protected function OnInitializeConstructor(
reverseEngineerConstructor : ReverseEngineerConstructor
)
Parâmetros
- reverseEngineerConstructor
Tipo: Microsoft.Data.Schema.SchemaModel.ReverseEngineerConstructor
O construtor de engenharia reversa.
Comentários
Substitua este método para inicializar o construtor de engenharia reverso. Este método é chamado antes de processar os argumentos de linha de comando. Ou seja, os padrões definidos durante este método poderiam ser substituídos pelo usuário na linha de comando.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.