IEntityInstance.GetAssociatedInstances メソッド (String) (Microsoft.Office.Server.ApplicationRegistry.Runtime)
名前で指定された関連付けで、このエンティティ インスタンスに関連付けられたエンティティ インスタンスを取得します。
名前空間: Microsoft.Office.Server.ApplicationRegistry.Runtime
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
Function GetAssociatedInstances ( _
associationName As String _
) As IEntityInstanceEnumerator
'使用
Dim instance As IEntityInstance
Dim associationName As String
Dim returnValue As IEntityInstanceEnumerator
returnValue = instance.GetAssociatedInstances(associationName)
IEntityInstanceEnumerator GetAssociatedInstances (
string associationName
)
パラメータ
- associationName
このエンティティに関して有効な関連付け名。
戻り値
このエンティティ インスタンスに関連付けられたエンティティ インスタンスを含む IEntityInstanceEnumerator オブジェクト。
関連項目
参照
IEntityInstance インターフェイス
IEntityInstance メンバ
Microsoft.Office.Server.ApplicationRegistry.Runtime 名前空間