Classe ModelComparisonResult
SchemaModel compare result. Contains same elements list, elements needed to add to target list, elements needed to drop in target list, and changed elements list.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dac.Deployment.ModelComparisonResult
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public NotInheritable Class ModelComparisonResult
'Uso
Dim instance As ModelComparisonResult
public sealed class ModelComparisonResult
public ref class ModelComparisonResult sealed
[<SealedAttribute>]
type ModelComparisonResult = class end
public final class ModelComparisonResult
O tipo ModelComparisonResult expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ElementGroupsEqual | List of element groups that are equal | |
ElementsChanged | List of elements are changed. The result will keyed by elements in source, and it will have what are the changes together with that changed element. | |
ElementsComposingChildrenChanged | List of elements changed because of composed children are changed. | |
ElementsEqual | List of elements that have no changes | |
ElementsHierarchicalChildrenChanged | List of elements changed because of hierarchical dhildren are changed. | |
ElementsPropertyChanged | List of elements changed because of properties are changed. | |
ElementsRelationshipEntryChanged | List of elements changed because of relationship entries are added or dropped | |
ElementsToAdd | List of elements exists in source, does not exist in target | |
ElementsToDrop | List of elements exists in target, does not exist in source | |
IsEqual | If compared elements are equal |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (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.