Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>>