ServiceClient.IService.EntityStagingGet メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
エンティティのステージング領域の内容を取得します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Private Function EntityStagingGet ( _
request As EntityStagingGetRequest _
) As EntityStagingGetResponse Implements IService.EntityStagingGet
'使用
Dim instance As ServiceClient
Dim request As EntityStagingGetRequest
Dim returnValue As EntityStagingGetResponse
returnValue = CType(instance, IService).EntityStagingGet(request)
EntityStagingGetResponseIService.EntityStagingGet(
EntityStagingGetRequest request
)
private:
virtual EntityStagingGetResponse^ EntityStagingGet(
EntityStagingGetRequest^ request
) sealed = IService::EntityStagingGet
private abstract EntityStagingGet :
request:EntityStagingGetRequest -> EntityStagingGetResponse
private override EntityStagingGet :
request:EntityStagingGetRequest -> EntityStagingGetResponse
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- request
型: Microsoft.MasterDataServices.EntityStagingGetRequest
取得要求。
戻り値
型: Microsoft.MasterDataServices.EntityStagingGetResponse
操作の EntityStagingGetResponse。
実装
IService.EntityStagingGet(EntityStagingGetRequest)