Share via


SchemaComparisonResult.GetExcludeDependencies(SchemaDifference) Method

Definition

Get Dependencies to cost Exclude operation on a node

public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dac.Compare.SchemaDifference> GetExcludeDependencies (Microsoft.SqlServer.Dac.Compare.SchemaDifference node);
member this.GetExcludeDependencies : Microsoft.SqlServer.Dac.Compare.SchemaDifference -> seq<Microsoft.SqlServer.Dac.Compare.SchemaDifference>
Public Function GetExcludeDependencies (node As SchemaDifference) As IEnumerable(Of SchemaDifference)

Parameters

node
SchemaDifference

Difference node

Returns

List of difference that can block the operation

Applies to