SchemaComparisonResult.Exclude(SchemaDifference) Method

Definition

Used to try to exclude a difference as part of the set of update actions that are scripted or published.

public bool Exclude (Microsoft.SqlServer.Dac.Compare.SchemaDifference node);
member this.Exclude : Microsoft.SqlServer.Dac.Compare.SchemaDifference -> bool
Public Function Exclude (node As SchemaDifference) As Boolean

Parameters

node
SchemaDifference

The tree node to (possibly) modify

Returns

Returns true if, after completion, the node's state is not included

Applies to