ModelComparisonResult.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.

네임스페이스:  Microsoft.SqlServer.Dac.Deployment
어셈블리:  Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)

구문

‘선언
Public ReadOnly Property ElementsChanged As IDictionary(Of TSqlObject, ModelComparisonChangeDefinition)
    Get
‘사용 방법
Dim instance As ModelComparisonResult 
Dim value As IDictionary(Of TSqlObject, ModelComparisonChangeDefinition)

value = instance.ElementsChanged
public IDictionary<TSqlObject, ModelComparisonChangeDefinition> ElementsChanged { get; }
public:
property IDictionary<TSqlObject^, ModelComparisonChangeDefinition^>^ ElementsChanged {
    IDictionary<TSqlObject^, ModelComparisonChangeDefinition^>^ get ();
}
member ElementsChanged : IDictionary<TSqlObject, ModelComparisonChangeDefinition>
function get ElementsChanged () : IDictionary<TSqlObject, ModelComparisonChangeDefinition>

속성 값

유형: System.Collections.Generic.IDictionary<TSqlObject, ModelComparisonChangeDefinition>

참고 항목

참조

ModelComparisonResult 클래스

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