SchemaCompareScriptService.GetDependencyInformation, méthode
Espace de noms : Microsoft.Data.Schema.Tools.Compare.Schema
Assembly : Microsoft.Data.Schema.Tools (dans Microsoft.Data.Schema.Tools.dll)
Syntaxe
'Déclaration
Public Overridable Sub GetDependencyInformation ( _
modelElement As IModelElement, _
isSource As Boolean, _
<OutAttribute> ByRef relatingElements As ICollection(Of IModelElement), _
<OutAttribute> ByRef relatedElements As ICollection(Of IModelElement) _
)
public virtual void GetDependencyInformation(
IModelElement modelElement,
bool isSource,
out ICollection<IModelElement> relatingElements,
out ICollection<IModelElement> relatedElements
)
public:
virtual void GetDependencyInformation(
IModelElement^ modelElement,
bool isSource,
[OutAttribute] ICollection<IModelElement^>^% relatingElements,
[OutAttribute] ICollection<IModelElement^>^% relatedElements
)
abstract GetDependencyInformation :
modelElement:IModelElement *
isSource:bool *
relatingElements:ICollection<IModelElement> byref *
relatedElements:ICollection<IModelElement> byref -> unit
override GetDependencyInformation :
modelElement:IModelElement *
isSource:bool *
relatingElements:ICollection<IModelElement> byref *
relatedElements:ICollection<IModelElement> byref -> unit
public function GetDependencyInformation(
modelElement : IModelElement,
isSource : boolean,
relatingElements : ICollection<IModelElement>,
relatedElements : ICollection<IModelElement>
)
Paramètres
- modelElement
Type : Microsoft.Data.Schema.SchemaModel.IModelElement
- isSource
Type : System.Boolean
- relatingElements
Type : System.Collections.Generic.ICollection<IModelElement>%
- relatedElements
Type : System.Collections.Generic.ICollection<IModelElement>%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.