ServiceClient.EntityStagingProcess 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Sets the batch, via batch tag, entity identifier, member type, and version identifier, to be queued for processing.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Function EntityStagingProcess ( _
International As International, _
BatchTag As String, _
EntityId As Identifier, _
MemberType As MemberType, _
VersionId As Identifier, _
<OutAttribute> ByRef OperationResult As OperationResult _
) As Integer
‘사용 방법
Dim instance As ServiceClient
Dim International As International
Dim BatchTag As String
Dim EntityId As Identifier
Dim MemberType As MemberType
Dim VersionId As Identifier
Dim OperationResult As OperationResult
Dim returnValue As Integer
returnValue = instance.EntityStagingProcess(International, _
BatchTag, EntityId, MemberType, VersionId, _
OperationResult)
public int EntityStagingProcess(
International International,
string BatchTag,
Identifier EntityId,
MemberType MemberType,
Identifier VersionId,
out OperationResult OperationResult
)
public:
int EntityStagingProcess(
International^ International,
String^ BatchTag,
Identifier^ EntityId,
MemberType MemberType,
Identifier^ VersionId,
[OutAttribute] OperationResult^% OperationResult
)
member EntityStagingProcess :
International:International *
BatchTag:string *
EntityId:Identifier *
MemberType:MemberType *
VersionId:Identifier *
OperationResult:OperationResult byref -> int
public function EntityStagingProcess(
International : International,
BatchTag : String,
EntityId : Identifier,
MemberType : MemberType,
VersionId : Identifier,
OperationResult : OperationResult
) : int
매개 변수
- International
유형: Microsoft.MasterDataServices.International
The cultural settings.
- BatchTag
유형: System.String
The user defined text used to identify the batch.
- EntityId
유형: Microsoft.MasterDataServices.Identifier
The entity identifier to process.
- MemberType
유형: Microsoft.MasterDataServices.MemberType
The member type to process.
- VersionId
유형: Microsoft.MasterDataServices.Identifier
The version identifier associated with the batch.
- OperationResult
유형: Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
반환 값
유형: System.Int32
The unique integer identifier that identifies the batch being queued for processing.