Share via


SchemaComparisonResult.GetIncludeDependencies(SchemaDifference) Method

Definition

Get Dependencies to cost Include operation on a node

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

Parameters

node
SchemaDifference

Difference node

Returns

List of difference that can block the operation

Applies to