다음을 통해 공유


ServiceClient.EntityStagingGet 메서드

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

Retrieves the contents of the entity staging area.

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

구문

‘선언
Public Function EntityStagingGet ( _
    International As International, _
    GetCriteria As EntityStagingGetCriteria, _
    <OutAttribute> ByRef Batches As Collection(Of EntityStagingBatch), _
    <OutAttribute> ByRef OperationResult As OperationResult _
) As Integer
‘사용 방법
Dim instance As ServiceClient
Dim International As International
Dim GetCriteria As EntityStagingGetCriteria
Dim Batches As Collection(Of EntityStagingBatch)
Dim OperationResult As OperationResult
Dim returnValue As Integer

returnValue = instance.EntityStagingGet(International, _
    GetCriteria, Batches, OperationResult)
public int EntityStagingGet(
    International International,
    EntityStagingGetCriteria GetCriteria,
    out Collection<EntityStagingBatch> Batches,
    out OperationResult OperationResult
)
public:
int EntityStagingGet(
    International^ International, 
    EntityStagingGetCriteria^ GetCriteria, 
    [OutAttribute] Collection<EntityStagingBatch^>^% Batches, 
    [OutAttribute] OperationResult^% OperationResult
)
member EntityStagingGet : 
        International:International * 
        GetCriteria:EntityStagingGetCriteria * 
        Batches:Collection<EntityStagingBatch> byref * 
        OperationResult:OperationResult byref -> int
public function EntityStagingGet(
    International : International, 
    GetCriteria : EntityStagingGetCriteria, 
    Batches : Collection<EntityStagingBatch>, 
    OperationResult : OperationResult
) : int

매개 변수

반환 값

유형: System.Int32
The unique integer identifier that identifies the retrieved batch.

참고 항목

참조

ServiceClient 클래스

Microsoft.MasterDataServices 네임스페이스