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.
