Propriedade ReverseEngineerFilterElement.FilterType
Obtém ou define o tipo de filtro.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
Public Property FilterType As ReverseEngineerFilterType
Get
Private Set
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)
Valor de propriedade
Tipo: Microsoft.Data.Schema.SchemaModel.ReverseEngineerFilterType
O tipo de filtro.
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.
Consulte também
Referência
ReverseEngineerFilterElement Classe