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 exists in source, does not exist in target
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property ElementsToAdd As ReadOnlyCollection(Of TSqlObject)
Get
'Usage
Dim instance As ModelComparisonResult
Dim value As ReadOnlyCollection(Of TSqlObject)
value = instance.ElementsToAdd
public ReadOnlyCollection<TSqlObject> ElementsToAdd { get; }
public:
property ReadOnlyCollection<TSqlObject^>^ ElementsToAdd {
ReadOnlyCollection<TSqlObject^>^ get ();
}
member ElementsToAdd : ReadOnlyCollection<TSqlObject>
function get ElementsToAdd () : ReadOnlyCollection<TSqlObject>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<TSqlObject>