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
culture 설정입니다.
- BatchTag
- String
일괄 처리를 식별하는 데 사용되는 사용자 정의 텍스트입니다.
- EntityId
- Identifier
처리할 엔터티 식별자입니다.
- MemberType
- MemberType
처리할 멤버 유형입니다.
- VersionId
- Identifier
일괄 처리와 연결된 버전 식별자입니다.
- OperationResult
- OperationResult
이 메서드가 반환될 때 작업 결과가 포함됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.
반환
처리를 위해 큐에서 대기 중인 일괄 처리를 식별하는 고유 정수 식별자입니다.