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
- modelElement
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The model element
- planGenerator
Type: Microsoft.Data.Schema.Build.DeploymentPlanGenerator
The deployment plan generator
- RelatingElements
Type: System.Collections.Generic.ICollection<IModelElement>%
The relating elements
- RelatedElements
Type: System.Collections.Generic.ICollection<IModelElement>%
The related elements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SchemaCompareSettingsService Class