Classe ChangeResult
Represents the differences between two object model graphs.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer..::..ChangeResult
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public Class ChangeResult
'Uso
Dim instance As ChangeResult
public class ChangeResult
public ref class ChangeResult
type ChangeResult = class end
public class ChangeResult
O tipo ChangeResult expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
IsEmpty | Gets a value that indicates whether the change result does not contain any changes. |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.