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
- filterType
Type: Microsoft.Data.Schema.SchemaModel.ReverseEngineerFilterType
A member of the ReverseEngineerFilterType enumeration.
- elementType
Type: System.Type
A Type that indicates the type of element to filter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ReverseEngineerFilterElement Class
ReverseEngineerFilterElement Overload