Compartir a través de


ModelComparisonResult.ElementGroupsEqual Propiedad

List of element groups that are equal

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ModelComparisonResult Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment