ReverseEngineerFilterElement.FilterType Property
Gets or sets the type of filter.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property FilterType As ReverseEngineerFilterType
public ReverseEngineerFilterType FilterType { get; private set; }
public:
property ReverseEngineerFilterType FilterType {
ReverseEngineerFilterType get ();
private: void set (ReverseEngineerFilterType value);
}
member FilterType : ReverseEngineerFilterType with get, private set
function get FilterType () : ReverseEngineerFilterType
private function set FilterType (value : ReverseEngineerFilterType)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.ReverseEngineerFilterType
The filter type.
.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