IService.StagingGet(StagingGetRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the contents of the bulk staging area.
public:
Microsoft::MasterDataServices::StagingGetResponse ^ StagingGet(Microsoft::MasterDataServices::StagingGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetResponse")]
public Microsoft.MasterDataServices.StagingGetResponse StagingGet (Microsoft.MasterDataServices.StagingGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetResponse")>]
abstract member StagingGet : Microsoft.MasterDataServices.StagingGetRequest -> Microsoft.MasterDataServices.StagingGetResponse
Public Function StagingGet (request As StagingGetRequest) As StagingGetResponse
Parameters
- request
- StagingGetRequest
Get request.
Returns
A new instance of type StagingGetResponse.
- Attributes