Costruttore EntityStagingClearRequest (International, Int32, Identifier)
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Initializes a new instance of the EntityStagingClearRequest class with the specified International, BatchId and ModelId.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
International As International, _
BatchId As Integer, _
ModelId As Identifier _
)
'Utilizzo
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
)
Parametri
- International
Tipo: Microsoft.MasterDataServices.International
The client localization information.
- BatchId
Tipo: System.Int32
The batch identifier.
- ModelId
Tipo: Microsoft.MasterDataServices.Identifier
The GUID or the exact name of a model.
Vedere anche
Riferimento
EntityStagingClearRequest Classe