Метод ReportObject.SemanticCompare<T> (T, T, ICollection<ReportObject>)
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Compares whether the semantics of the report object are the same.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Protected Shared Function SemanticCompare(Of T As ReportObject) ( _
x As T, _
y As T, _
visitedList As ICollection(Of ReportObject) _
) As Boolean
'Применение
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 не поддерживает стандартные типы и методы.
Параметры типа
- T
The type of the report object.
Параметры
- x
Тип: T
The first report object.
- y
Тип: T
The second report object.
- visitedList
Тип: System.Collections.Generic.ICollection<ReportObject>
The collection of report objects.
Возвращаемое значение
Тип: System.Boolean
True if the semantics of the report object are the same; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel