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
參數
- model
型別:Microsoft.Data.Schema.SchemaModel.DataSchemaModel
DataSchemaModel ,表示目前的資料模型。
- modelElements
型別:System.Collections.Generic.IList<IModelElement>%
(輸出) IList<T>,包含已剖析的 IModelElement 物件。
傳回值
型別:System.Boolean
如果成功剖析所有項目則為 true,否則為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
SchemaCompareExcludedElement 類別