SchemaCompareScriptService.GetDependencyInformation - метод
Пространство имен: Microsoft.Data.Schema.Tools.Compare.Schema
Сборка: Microsoft.Data.Schema.Tools (в Microsoft.Data.Schema.Tools.dll)
Синтаксис
'Декларация
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>
)
Параметры
- modelElement
Тип: Microsoft.Data.Schema.SchemaModel.IModelElement
- isSource
Тип: System.Boolean
- relatingElements
Тип: System.Collections.Generic.ICollection<IModelElement>%
- relatedElements
Тип: System.Collections.Generic.ICollection<IModelElement>%
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
SchemaCompareScriptService Класс
Microsoft.Data.Schema.Tools.Compare.Schema - пространство имен