Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
List of elements that have no changes
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property ElementsEqual As IDictionary(Of TSqlObject, TSqlObject)
Get
'Usage
Dim instance As ModelComparisonResult
Dim value As IDictionary(Of TSqlObject, TSqlObject)
value = instance.ElementsEqual
public IDictionary<TSqlObject, TSqlObject> ElementsEqual { get; }
public:
property IDictionary<TSqlObject^, TSqlObject^>^ ElementsEqual {
IDictionary<TSqlObject^, TSqlObject^>^ get ();
}
member ElementsEqual : IDictionary<TSqlObject, TSqlObject>
function get ElementsEqual () : IDictionary<TSqlObject, TSqlObject>
Property Value
Type: System.Collections.Generic.IDictionary<TSqlObject, TSqlObject>