Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
List of elements exists in target, does not exist in source
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property ElementsToDrop As ReadOnlyCollection(Of TSqlObject)
Get
'Usage
Dim instance As ModelComparisonResult
Dim value As ReadOnlyCollection(Of TSqlObject)
value = instance.ElementsToDrop
public ReadOnlyCollection<TSqlObject> ElementsToDrop { get; }
public:
property ReadOnlyCollection<TSqlObject^>^ ElementsToDrop {
ReadOnlyCollection<TSqlObject^>^ get ();
}
member ElementsToDrop : ReadOnlyCollection<TSqlObject>
function get ElementsToDrop () : ReadOnlyCollection<TSqlObject>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<TSqlObject>