この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定された International、BatchId、および ModelId を使用して、EntityStagingClearRequest クラスの新しいインスタンスを初期化します。
名前空間: 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
クライアント ローカライズ情報。
- BatchId
型: System.Int32
バッチ識別子です。
- ModelId
型: Microsoft.MasterDataServices.Identifier
モデルの GUID または正確な名前です。