리소스 형식에 대한 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
)
매개 변수
- attribute
유형: System.Data.Services.Common.EntityPropertyMappingAttribute
추가할 EntityPropertyMappingAttribute입니다.