Partager via


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

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Protected Shared Function SemanticCompare(Of T As ReportObject) ( _
    x As T, _
    y As T, _
    visitedList As ICollection(Of ReportObject) _
) As Boolean
'Utilisation
Dim x As T
Dim y As T
Dim visitedList As ICollection(Of ReportObject)
Dim returnValue As Boolean 

returnValue = ReportObject.SemanticCompare(x, _
    y, visitedList)
protected static bool SemanticCompare<T>(
    T x,
    T y,
    ICollection<ReportObject> visitedList
)
where T : ReportObject
protected:
generic<typename T>
where T : ReportObject 
static bool SemanticCompare(
    T x, 
    T y, 
    ICollection<ReportObject^>^ visitedList
)
static member SemanticCompare : 
        x:'T * 
        y:'T * 
        visitedList:ICollection<ReportObject> -> bool   when 'T : ReportObject
JScript ne prend pas en charge les types et les méthodes génériques.

Paramètres de type

  • T
    The type of the report object.

Paramètres

  • x
    Type : T
    The first report object.
  • y
    Type : T
    The second report object.

Valeur de retour

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

Voir aussi

Référence

ReportObject Classe

Surcharge SemanticCompare

Espace de noms Microsoft.ReportingServices.RdlObjectModel