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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。