Share via


SchemaComparisonResult.Include(SchemaDifference) Method

Definition

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

public bool Include (Microsoft.SqlServer.Dac.Compare.SchemaDifference node);
member this.Include : Microsoft.SqlServer.Dac.Compare.SchemaDifference -> bool
Public Function Include (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 included

Applies to