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.
상속 계층
System.Object
Microsoft.SqlServer.Dac.Deployment.ModelComparisonResult
네임스페이스: Microsoft.SqlServer.Dac.Deployment
어셈블리: Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)
구문
‘선언
Public NotInheritable Class ModelComparisonResult
‘사용 방법
Dim instance As ModelComparisonResult
public sealed class ModelComparisonResult
public ref class ModelComparisonResult sealed
[<SealedAttribute>]
type ModelComparisonResult = class end
public final class ModelComparisonResult
ModelComparisonResult 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
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 |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.