Share via


EntityStagingClearRequest Constructor (International, Int32, Identifier)

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

See Also

Reference

EntityStagingClearRequest Class

EntityStagingClearRequest Overload

Microsoft.MasterDataServices Namespace