Expand Minimize
This topic has not yet been rated - Rate this topic

IService.EntityStagingLoad Method

SQL Server 2012

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Loads entity staging.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingLoadEditionExpiredMessageFault", 
	Name = "EditionExpiredMessage")]
[OperationContractAttribute(Action = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingLoad", 
	ReplyAction = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityStagingLoadResponse")]
EntityStagingLoadResponse EntityStagingLoad(
	EntityStagingLoadRequest request
)

Parameters

request
Type: Microsoft.MasterDataServices.EntityStagingLoadRequest
The load request.

Return Value

Type: Microsoft.MasterDataServices.EntityStagingLoadResponse
The request action.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.