다음을 통해 공유


IDataServiceMetadataProvider.GetResourceAssociationSet 메서드

원본 연결 끝이 지정된 경우 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 네임스페이스