Класс ObjectDifference
Represents the collection of changes between given two object graphs.
Иерархия наследования
System. . :: . .Object
Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer..::..ObjectDifference
Пространство имен: Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public Class ObjectDifference
'Применение
Dim instance As ObjectDifference
public class ObjectDifference
public ref class ObjectDifference
type ObjectDifference = class end
public class ObjectDifference
Тип ObjectDifference обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
ChangedObjectSource | Gets the changed object on the source side of the graphs being compared. |
![]() |
ChangedObjectTarget | Gets the changed object on the target side of the graphs being compared. |
![]() |
PropertyDifferences | Gets a collection of the property differences. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)