Partilhar via


Propriedade do RDL ModelComparisonResult.ElementGroupsEqual

List of element groups that are equal

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

Sintaxe

'Declaração
Public ReadOnly Property ElementGroupsEqual As IDictionary(Of IList(Of TSqlObject), IList(Of TSqlObject))
    Get
'Uso
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>>

Valor da propriedade

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

Consulte também

Referência

ModelComparisonResult Classe

Namespace Microsoft.SqlServer.Dac.Deployment