此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Initializes a new instance of the EntityStagingClearRequest class with the specified International, BatchId and ModelId.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Public Sub New ( _
International As International, _
BatchId As Integer, _
ModelId As Identifier _
)
用法
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
)
参数
- International
类型:Microsoft.MasterDataServices.International
The client localization information.
- BatchId
类型:System.Int32
The batch identifier.
- ModelId
类型:Microsoft.MasterDataServices.Identifier
The GUID or the exact name of a model.