共用方式為


SchemaCompareExcludedElement.TryParseExcludedElement 方法

嘗試剖析每個提供的模型項目,並傳回表示是否可剖析所有項目的值。 它也會傳回在輸出參數中已剖析項目的清單。

命名空間:  Microsoft.Data.Schema.Tools.Compare.Schema
組件:  Microsoft.Data.Schema.Tools (在 Microsoft.Data.Schema.Tools.dll 中)

語法

'宣告
Public Overridable Function TryParseExcludedElement ( _
    model As DataSchemaModel, _
    <OutAttribute> ByRef modelElements As IList(Of IModelElement) _
) As Boolean
public virtual bool TryParseExcludedElement(
    DataSchemaModel model,
    out IList<IModelElement> modelElements
)
public:
virtual bool TryParseExcludedElement(
    DataSchemaModel^ model, 
    [OutAttribute] IList<IModelElement^>^% modelElements
)
abstract TryParseExcludedElement : 
        model:DataSchemaModel * 
        modelElements:IList<IModelElement> byref -> bool 
override TryParseExcludedElement : 
        model:DataSchemaModel * 
        modelElements:IList<IModelElement> byref -> bool 
public function TryParseExcludedElement(
    model : DataSchemaModel, 
    modelElements : IList<IModelElement>
) : boolean

參數

傳回值

型別:System.Boolean
如果成功剖析所有項目則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

SchemaCompareExcludedElement 類別

Microsoft.Data.Schema.Tools.Compare.Schema 命名空間

DataSchemaModel