ModelComparisonResult.ElementsRelationshipEntryChanged 属性

List of elements changed because of relationship entries are added or dropped

命名空间:  Microsoft.SqlServer.Dac.Deployment
程序集:  Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)

语法

声明
Public ReadOnly Property ElementsRelationshipEntryChanged As ReadOnlyCollection(Of TSqlObject)
    Get
用法
Dim instance As ModelComparisonResult 
Dim value As ReadOnlyCollection(Of TSqlObject)

value = instance.ElementsRelationshipEntryChanged
public ReadOnlyCollection<TSqlObject> ElementsRelationshipEntryChanged { get; }
public:
property ReadOnlyCollection<TSqlObject^>^ ElementsRelationshipEntryChanged {
    ReadOnlyCollection<TSqlObject^>^ get ();
}
member ElementsRelationshipEntryChanged : ReadOnlyCollection<TSqlObject>
function get ElementsRelationshipEntryChanged () : ReadOnlyCollection<TSqlObject>

属性值

类型:System.Collections.ObjectModel.ReadOnlyCollection<TSqlObject>

请参阅

参考

ModelComparisonResult 类

Microsoft.SqlServer.Dac.Deployment 命名空间