Compartilhar via


Construtor ReverseEngineerFilterElement (ReverseEngineerFilterType, Type)

Inicializa uma nova instância de ReverseEngineerFilterElement classe usando a indicação do tipo de filtro fornecida e o tipo de elemento fornecido.

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

Sintaxe

'Declaração
Public Sub New ( _
    filterType As ReverseEngineerFilterType, _
    elementType As Type _
)
public ReverseEngineerFilterElement(
    ReverseEngineerFilterType filterType,
    Type elementType
)
public:
ReverseEngineerFilterElement(
    ReverseEngineerFilterType filterType, 
    Type^ elementType
)
new : 
        filterType:ReverseEngineerFilterType * 
        elementType:Type -> ReverseEngineerFilterElement
public function ReverseEngineerFilterElement(
    filterType : ReverseEngineerFilterType, 
    elementType : Type
)

Parâmetros

  • elementType
    Tipo: System.Type
    A Type que indica o tipo de elemento para o filtro.

Segurança do .NET Framework

Consulte também

Referência

ReverseEngineerFilterElement Classe

Sobrecargas ReverseEngineerFilterElement

Namespace Microsoft.Data.Schema.SchemaModel

ReverseEngineerFilterType

ReverseEngineerFilterElement