ServiceClient.EntityStagingProcess 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
배치 태그, 엔티티 식별자, 멤버 유형, 버전 식별자를 통해 배치를 처리를 위해 대기열에 넣도록 설정합니다.
public:
int EntityStagingProcess(Microsoft::MasterDataServices::International ^ International, System::String ^ BatchTag, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberType MemberType, Microsoft::MasterDataServices::Identifier ^ VersionId, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public int EntityStagingProcess(Microsoft.MasterDataServices.International International, string BatchTag, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberType MemberType, Microsoft.MasterDataServices.Identifier VersionId, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.EntityStagingProcess : Microsoft.MasterDataServices.International * string * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberType * Microsoft.MasterDataServices.Identifier * OperationResult -> int
Public Function EntityStagingProcess (International As International, BatchTag As String, EntityId As Identifier, MemberType As MemberType, VersionId As Identifier, ByRef OperationResult As OperationResult) As Integer
매개 변수
- International
- International
문화적 배경.
- BatchTag
- String
배치를 식별하는 데 사용된 사용자 정의 텍스트.
- EntityId
- Identifier
처리할 엔티티 식별자.
- MemberType
- MemberType
처리해야 할 회원 유형.
- VersionId
- Identifier
배치와 연관된 버전 식별자입니다.
- OperationResult
- OperationResult
이 메서드가 반환되면 , 는 연산 결과를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.
반품
처리 대기열에 들어간 배치를 식별하는 고유 정수 식별자입니다.