EntityStagingProcessResponse 생성자 (Int32, OperationResult)
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Initializes a new instance of the EntityStagingProcessResponse class with the specified batch ID and operation result.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Sub New ( _
BatchId As Integer, _
OperationResult As OperationResult _
)
‘사용 방법
Dim BatchId As Integer
Dim OperationResult As OperationResult
Dim instance As New EntityStagingProcessResponse(BatchId, _
OperationResult)
public EntityStagingProcessResponse(
int BatchId,
OperationResult OperationResult
)
public:
EntityStagingProcessResponse(
int BatchId,
OperationResult^ OperationResult
)
new :
BatchId:int *
OperationResult:OperationResult -> EntityStagingProcessResponse
public function EntityStagingProcessResponse(
BatchId : int,
OperationResult : OperationResult
)
매개 변수
- BatchId
유형: System.Int32
The resultant batch ID given to the batch.
- OperationResult
유형: Microsoft.MasterDataServices.OperationResult
The operation result.
참고 항목
참조
EntityStagingProcessResponse 클래스