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>
)

パラメーター

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

SchemaCompareScriptService クラス

Microsoft.Data.Schema.Tools.Compare.Schema 名前空間