ModelComparisonResult.ExcludeResults 方法

筛选具有排除类型的比较结果。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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>
)

参数

.NET Framework 安全性

请参见

参考

ModelComparisonResult 类

Microsoft.Data.Schema.SchemaModel 命名空间