次の方法で共有


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 名前空間