Classe ChangeResult
Represents the differences between two object model graphs.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer..::..ChangeResult
Espace de noms : Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Public Class ChangeResult
'Utilisation
Dim instance As ChangeResult
public class ChangeResult
public ref class ChangeResult
type ChangeResult = class end
public class ChangeResult
Le type ChangeResult expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
CreatedObjects | Gets a collection of the new objects on the target graph that doesn’t exist on the source graph. |
![]() |
DeletedObjects | Gets a collection of the objects on the source graph that doesn’t exist on the target graph. |
![]() |
SourceModifiedObjects | Gets a collection of ObjectDifferences corresponding to source graph elements. |
![]() |
TargetModifiedObjects | Gets a collection of ObjectDifferences corresponding to target graph elements. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
IsEmpty | Gets a value that indicates whether the change result does not contain any changes. |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)