다음을 통해 공유


Service.EntityStagingGet 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Uses the list of batches in the system for a given model.

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

구문

‘선언
Public Function EntityStagingGet ( _
    request As EntityStagingGetRequest _
) As EntityStagingGetResponse
‘사용 방법
Dim instance As Service 
Dim request As EntityStagingGetRequest 
Dim returnValue As EntityStagingGetResponse 

returnValue = instance.EntityStagingGet(request)
public EntityStagingGetResponse EntityStagingGet(
    EntityStagingGetRequest request
)
public:
virtual EntityStagingGetResponse^ EntityStagingGet(
    EntityStagingGetRequest^ request
) sealed
abstract EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse  
override EntityStagingGet : 
        request:EntityStagingGetRequest -> EntityStagingGetResponse
public final function EntityStagingGet(
    request : EntityStagingGetRequest
) : EntityStagingGetResponse

매개 변수

반환 값

유형: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetResponse
The EntityStagingGetResponse for the operation.

구현

IService.EntityStagingGet(EntityStagingGetRequest)

참고 항목

참조

Service 클래스

Microsoft.MasterDataServices.Services 네임스페이스