Partilhar via


Método SchemaCompareExcludedElement.TryParseExcludedElement

Tenta analisar cada um dos elementos do modelo fornecido e retorna um valor que indica se todos os elementos podem ser analisados. Ele também retorna uma lista dos elementos analisadas no parâmetro de saída.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (em Microsoft.Data.Schema.Tools.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Boolean
true Se todos os elementos são analisados com êxito; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

SchemaCompareExcludedElement Classe

Namespace Microsoft.Data.Schema.Tools.Compare.Schema

DataSchemaModel