IFunction.BodyDependencies プロパティ

本体の依存関係の一覧を取得します。

名前空間 :  Microsoft.Data.Schema.SchemaModel.Abstract
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
ReadOnly Property BodyDependencies As IList(Of IModelElement)
'使用
Dim instance As IFunction
Dim value As IList(Of IModelElement)

value = instance.BodyDependencies
IList<IModelElement> BodyDependencies { get; }
property IList<IModelElement^>^ BodyDependencies {
    IList<IModelElement^>^ get ();
}
function get BodyDependencies () : IList<IModelElement>

プロパティ値

型 : System.Collections.Generic.IList<IModelElement>

参照

参照

IFunction インターフェイス

IFunction メンバ

Microsoft.Data.Schema.SchemaModel.Abstract 名前空間