SchemaComparisonResult.GetIncludeDependencies(SchemaDifference) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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