Partager via


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
Propriété publique CreatedObjects Gets a collection of the new objects on the target graph that doesn’t exist on the source graph.
Propriété publique DeletedObjects Gets a collection of the objects on the source graph that doesn’t exist on the target graph.
Propriété publique SourceModifiedObjects Gets a collection of ObjectDifferences corresponding to source graph elements.
Propriété publique TargetModifiedObjects Gets a collection of ObjectDifferences corresponding to target graph elements.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique IsEmpty Gets a value that indicates whether the change result does not contain any changes.
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique 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.