Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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>>
Eigenschaftswert
Typ: System.Collections.Generic.IDictionary<IList<TSqlObject>, IList<TSqlObject>>