Compartir a través de


Clase ChangeResult

Represents the differences between two object model graphs.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer..::..ChangeResult

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
Public Class ChangeResult
'Uso
Dim instance As ChangeResult
public class ChangeResult
public ref class ChangeResult
type ChangeResult =  class end
public class ChangeResult

El tipo ChangeResult expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CreatedObjects Gets a collection of the new objects on the target graph that doesn’t exist on the source graph.
Propiedad pública DeletedObjects Gets a collection of the objects on the source graph that doesn’t exist on the target graph.
Propiedad pública SourceModifiedObjects Gets a collection of ObjectDifferences corresponding to source graph elements.
Propiedad pública TargetModifiedObjects Gets a collection of ObjectDifferences corresponding to target graph elements.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público IsEmpty Gets a value that indicates whether the change result does not contain any changes.
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.