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 | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
IsEmpty | Gets a value that indicates whether the change result does not contain any changes. | |
MemberwiseClone | (Se hereda de Object.) | |
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.
Vea también