Partilhar via


Método ReportObject.SemanticCompare<T> (IList<T>, IList<T>, ICollection<ReportObject>)

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Compares whether the semantics of the report object are the same.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Protected Shared Function SemanticCompare(Of T As ReportObject) ( _
    x As IList(Of T), _
    y As IList(Of T), _
    visitedList As ICollection(Of ReportObject) _
) As Boolean
'Uso
Dim x As IList(Of T)
Dim y As IList(Of T)
Dim visitedList As ICollection(Of ReportObject)
Dim returnValue As Boolean 

returnValue = ReportObject.SemanticCompare(x, _
    y, visitedList)
protected static bool SemanticCompare<T>(
    IList<T> x,
    IList<T> y,
    ICollection<ReportObject> visitedList
)
where T : ReportObject
protected:
generic<typename T>
where T : ReportObject 
static bool SemanticCompare(
    IList<T>^ x, 
    IList<T>^ y, 
    ICollection<ReportObject^>^ visitedList
)
static member SemanticCompare : 
        x:IList<'T> * 
        y:IList<'T> * 
        visitedList:ICollection<ReportObject> -> bool   when 'T : ReportObject
JScript não dá suporte a tipos e métodos genéricos.

Parâmetros de tipo

  • T
    The type of the report object.

Parâmetros

Valor de retorno

Tipo: System.Boolean
True if the semantics of the report object are the same; otherwise, false.

Consulte também

Referência

ReportObject Classe

Sobrecarregado SemanticCompare

Namespace Microsoft.ReportingServices.RdlObjectModel