다음을 통해 공유


ResourceType.GetEntityCollectionResourceType 메서드

지정된 itemType 항목의 컬렉션을 나타내는 EntityCollectionResourceType을 가져옵니다.

네임스페이스:  System.Data.Services.Providers
어셈블리:  Microsoft.Data.Services(Microsoft.Data.Services.dll)

구문

‘선언
Public Shared Function GetEntityCollectionResourceType ( _
    itemType As ResourceType _
) As EntityCollectionResourceType
‘사용 방법
Dim itemType As ResourceType
Dim returnValue As EntityCollectionResourceType

returnValue = ResourceType.GetEntityCollectionResourceType(itemType)
public static EntityCollectionResourceType GetEntityCollectionResourceType(
    ResourceType itemType
)
public:
static EntityCollectionResourceType^ GetEntityCollectionResourceType(
    ResourceType^ itemType
)
static member GetEntityCollectionResourceType : 
        itemType:ResourceType -> EntityCollectionResourceType 
public static function GetEntityCollectionResourceType(
    itemType : ResourceType
) : EntityCollectionResourceType

매개 변수

반환 값

유형: System.Data.Services.Providers.EntityCollectionResourceType
지정된 itemType 항목의 컬렉션을 나타내는 MultiValueResourceType 개체입니다.

참고 항목

참조

ResourceType 클래스

System.Data.Services.Providers 네임스페이스