다음을 통해 공유


ResourceType.AddEntityPropertyMappingAttribute 메서드

리소스 형식에 대한 EntityPropertyMappingAttribute를 추가합니다.

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

구문

‘선언
Public Sub AddEntityPropertyMappingAttribute ( _
    attribute As EntityPropertyMappingAttribute _
)
‘사용 방법
Dim instance As ResourceType
Dim attribute As EntityPropertyMappingAttribute

instance.AddEntityPropertyMappingAttribute(attribute)
public void AddEntityPropertyMappingAttribute(
    EntityPropertyMappingAttribute attribute
)
public:
void AddEntityPropertyMappingAttribute(
    EntityPropertyMappingAttribute^ attribute
)
member AddEntityPropertyMappingAttribute : 
        attribute:EntityPropertyMappingAttribute -> unit 
public function AddEntityPropertyMappingAttribute(
    attribute : EntityPropertyMappingAttribute
)

매개 변수

참고 항목

참조

ResourceType 클래스

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