다음을 통해 공유


IService.StagingGet 메서드

Retrieves the contents of the bulk staging area.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<FaultContractAttribute(GetType(EditionExpiredMessage), Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetEditionExpiredMessageFault",  _
    Name := "EditionExpiredMessage")> _
<OperationContractAttribute(Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGet",  _
    ReplyAction := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetResponse")> _
Function StagingGet ( _
    request As StagingGetRequest _
) As StagingGetResponse
‘사용 방법
Dim instance As IService
Dim request As StagingGetRequest
Dim returnValue As StagingGetResponse

returnValue = instance.StagingGet(request)
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetEditionExpiredMessageFault", 
    Name = "EditionExpiredMessage")]
[OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGet", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetResponse")]
StagingGetResponse StagingGet(
    StagingGetRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetEditionExpiredMessageFault", 
    Name = L"EditionExpiredMessage")]
[OperationContractAttribute(Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGet", 
    ReplyAction = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetResponse")]
StagingGetResponse^ StagingGet(
    StagingGetRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetEditionExpiredMessageFault", 
    Name = "EditionExpiredMessage")>]
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGet", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetResponse")>]
abstract StagingGet : 
        request:StagingGetRequest -> StagingGetResponse
function StagingGet(
    request : StagingGetRequest
) : StagingGetResponse

매개 변수

반환 값

유형: Microsoft.MasterDataServices.StagingGetResponse
A new instance of type StagingGetResponse.

참고 항목

참조

IService 인터페이스

Microsoft.MasterDataServices 네임스페이스