次の方法で共有


IDataServiceMetadataProvider.GetResourceAssociationSet メソッド

ソースのアソシエーション End が指定されている場合に、ResourceAssociationSet インスタンスを取得します。

名前空間:  System.Data.Services.Providers
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Function GetResourceAssociationSet ( _
    resourceSet As ResourceSet, _
    resourceType As ResourceType, _
    resourceProperty As ResourceProperty _
) As ResourceAssociationSet
'使用
Dim instance As IDataServiceMetadataProvider
Dim resourceSet As ResourceSet
Dim resourceType As ResourceType
Dim resourceProperty As ResourceProperty
Dim returnValue As ResourceAssociationSet

returnValue = instance.GetResourceAssociationSet(resourceSet, _
    resourceType, resourceProperty)
ResourceAssociationSet GetResourceAssociationSet(
    ResourceSet resourceSet,
    ResourceType resourceType,
    ResourceProperty resourceProperty
)
ResourceAssociationSet^ GetResourceAssociationSet(
    ResourceSet^ resourceSet, 
    ResourceType^ resourceType, 
    ResourceProperty^ resourceProperty
)
abstract GetResourceAssociationSet : 
        resourceSet:ResourceSet * 
        resourceType:ResourceType * 
        resourceProperty:ResourceProperty -> ResourceAssociationSet 
function GetResourceAssociationSet(
    resourceSet : ResourceSet, 
    resourceType : ResourceType, 
    resourceProperty : ResourceProperty
) : ResourceAssociationSet

パラメーター

戻り値

型: System.Data.Services.Providers.ResourceAssociationSet
ResourceAssociationSet のインスタンス。

関連項目

参照

IDataServiceMetadataProvider インターフェイス

System.Data.Services.Providers 名前空間