다음을 통해 공유


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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Dac.Deployment 네임스페이스