Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Initializes a new instance of the EntityStagingProcessResponse class with the specified batch ID and operation result.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
BatchId As Integer, _
OperationResult As OperationResult _
)
'Usage
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
)
Parameter
- BatchId
Typ: System.Int32
The resultant batch ID given to the batch.
- OperationResult
Typ: Microsoft.MasterDataServices.OperationResult
The operation result.
Siehe auch
Verweis
EntityStagingProcessResponse Klasse