EntityMemberAnnotationsGet メソッド
メンバーにアタッチされている注釈を取得します。
名前空間: Microsoft.MasterDataServices.Services
アセンブリ: Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.dll)
構文
'宣言
Public Function EntityMemberAnnotationsGet ( _
request As EntityMemberAnnotationsGetRequest _
) As EntityMemberAnnotationsGetResponse
'使用
Dim instance As Service
Dim request As EntityMemberAnnotationsGetRequest
Dim returnValue As EntityMemberAnnotationsGetResponse
returnValue = instance.EntityMemberAnnotationsGet(request)
public EntityMemberAnnotationsGetResponse EntityMemberAnnotationsGet(
EntityMemberAnnotationsGetRequest request
)
public:
virtual EntityMemberAnnotationsGetResponse^ EntityMemberAnnotationsGet(
EntityMemberAnnotationsGetRequest^ request
) sealed
abstract EntityMemberAnnotationsGet :
request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
override EntityMemberAnnotationsGet :
request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
public final function EntityMemberAnnotationsGet(
request : EntityMemberAnnotationsGetRequest
) : EntityMemberAnnotationsGetResponse
パラメーター
戻り値
型: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .EntityMemberAnnotationsGetResponse
EntityMemberAnnotationsGetResponse。
実装
IService. . :: . .EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest)