Bagikan melalui


ReverseEngineerFilterElement Constructor (ReverseEngineerFilterType, Type)

Initializes a new instance of the ReverseEngineerFilterElement class by using the provided filter type indication and the provided element type.

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

Syntax

'Declaration
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
)

Parameters

  • elementType
    Type: System.Type
    A Type that indicates the type of element to filter.

.NET Framework Security

See Also

Reference

ReverseEngineerFilterElement Class

ReverseEngineerFilterElement Overload

Microsoft.Data.Schema.SchemaModel Namespace

ReverseEngineerFilterType

ReverseEngineerFilterElement