EntityStagingClearRequest 建構函式 (International, Int32, Identifier)
此 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.