Sdílet prostřednictvím


ModelComparisonResult.ExcludeResults – metoda

Výsledek porovnání s Vyloučené typy filtrů.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
Public Sub ExcludeResults ( _
    schema As ModelSchema, _
    excludingTypes As IList(Of Type) _
)
public void ExcludeResults(
    ModelSchema schema,
    IList<Type> excludingTypes
)
public:
void ExcludeResults(
    ModelSchema^ schema, 
    IList<Type^>^ excludingTypes
)
member ExcludeResults : 
        schema:ModelSchema * 
        excludingTypes:IList<Type> -> unit 
public function ExcludeResults(
    schema : ModelSchema, 
    excludingTypes : IList<Type>
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelComparisonResult Třída

Microsoft.Data.Schema.SchemaModel – obor názvů