Конструктор 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.

См. также

Справочник

EntityStagingProcessResponse Класс

Перегрузка EntityStagingProcessResponse

Пространство имен Microsoft.MasterDataServices