Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the EntityStagingClearRequest class with the specified International, BatchId and ModelId.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
BatchId As Integer, _
ModelId As Identifier _
)
'Usage
Dim International As International
Dim BatchId As Integer
Dim ModelId As Identifier
Dim instance As New EntityStagingClearRequest(International, _
BatchId, ModelId)
public EntityStagingClearRequest(
International International,
int BatchId,
Identifier ModelId
)
public:
EntityStagingClearRequest(
International^ International,
int BatchId,
Identifier^ ModelId
)
new :
International:International *
BatchId:int *
ModelId:Identifier -> EntityStagingClearRequest
public function EntityStagingClearRequest(
International : International,
BatchId : int,
ModelId : Identifier
)
Parameters
- International
Type: Microsoft.MasterDataServices.International
The client localization information.
- BatchId
Type: System.Int32
The batch identifier.
- ModelId
Type: Microsoft.MasterDataServices.Identifier
The GUID or the exact name of a model.
See Also
Reference
EntityStagingClearRequest Class