ServiceClient.IService.EntityStagingGet 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Retrieves the contents of the entity staging area.
命名空間: 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
The get request.
傳回值
型別:Microsoft.MasterDataServices.EntityStagingGetResponse
The EntityStagingGetResponse for the operation.
實作
IService.EntityStagingGet(EntityStagingGetRequest)