SchemaCompareSettingsService.GetDependencyInformation Method

Returns the relating and related elements for a given ModelElement.

Namespace:  Microsoft.Data.Schema.Compare.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Overridable Sub GetDependencyInformation ( _
    modelElement As IModelElement, _
    planGenerator As DeploymentPlanGenerator, _
    <OutAttribute> ByRef RelatingElements As ICollection(Of IModelElement), _
    <OutAttribute> ByRef RelatedElements As ICollection(Of IModelElement) _
)
'Usage
Dim instance As SchemaCompareSettingsService
Dim modelElement As IModelElement
Dim planGenerator As DeploymentPlanGenerator
Dim RelatingElements As ICollection(Of IModelElement)
Dim RelatedElements As ICollection(Of IModelElement)

instance.GetDependencyInformation(modelElement, _
    planGenerator, RelatingElements, _
    RelatedElements)
public virtual void GetDependencyInformation(
    IModelElement modelElement,
    DeploymentPlanGenerator planGenerator,
    out ICollection<IModelElement> RelatingElements,
    out ICollection<IModelElement> RelatedElements
)
public:
virtual void GetDependencyInformation(
    IModelElement^ modelElement, 
    DeploymentPlanGenerator^ planGenerator, 
    [OutAttribute] ICollection<IModelElement^>^% RelatingElements, 
    [OutAttribute] ICollection<IModelElement^>^% RelatedElements
)
public function GetDependencyInformation(
    modelElement : IModelElement, 
    planGenerator : DeploymentPlanGenerator, 
    RelatingElements : ICollection<IModelElement>, 
    RelatedElements : ICollection<IModelElement>
)
abstract GetDependencyInformation : 
        modelElement:IModelElement * 
        planGenerator:DeploymentPlanGenerator * 
        RelatingElements:ICollection<IModelElement> * 
        RelatedElements:ICollection<IModelElement> -> unit 
override GetDependencyInformation : 
        modelElement:IModelElement * 
        planGenerator:DeploymentPlanGenerator * 
        RelatingElements:ICollection<IModelElement> * 
        RelatedElements:ICollection<IModelElement> -> unit 

Parameters

.NET Framework Security

See Also

Reference

SchemaCompareSettingsService Class

SchemaCompareSettingsService Members

Microsoft.Data.Schema.Compare.Schema Namespace