Constructeur EntityStagingProcessResponse (Int32, OperationResult)
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Initializes a new instance of the EntityStagingProcessResponse class with the specified batch ID and operation result.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
BatchId As Integer, _
OperationResult As OperationResult _
)
'Utilisation
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
)
Paramètres
- BatchId
Type : System.Int32
The resultant batch ID given to the batch.
- OperationResult
Type : Microsoft.MasterDataServices.OperationResult
The operation result.
Voir aussi
Référence
EntityStagingProcessResponse Classe