Delen via


ModelComparisonResult.ElementGroupsEqual Property

List of element groups that are equal

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public ReadOnly Property ElementGroupsEqual As IDictionary(Of IList(Of TSqlObject), IList(Of TSqlObject))
    Get
'Usage
Dim instance As ModelComparisonResult 
Dim value As IDictionary(Of IList(Of TSqlObject), IList(Of TSqlObject))

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

Property Value

Type: System.Collections.Generic.IDictionary<IList<TSqlObject>, IList<TSqlObject>>

See Also

Reference

ModelComparisonResult Class

Microsoft.SqlServer.Dac.Deployment Namespace