この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定されたバッチ識別子のエンティティ ステージング領域を消去します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Public Function EntityStagingClear ( _
International As International, _
BatchId As Integer, _
ModelId As Identifier _
) As OperationResult
'使用
Dim instance As ServiceClient
Dim International As International
Dim BatchId As Integer
Dim ModelId As Identifier
Dim returnValue As OperationResult
returnValue = instance.EntityStagingClear(International, _
BatchId, ModelId)
public OperationResult EntityStagingClear(
International International,
int BatchId,
Identifier ModelId
)
public:
OperationResult^ EntityStagingClear(
International^ International,
int BatchId,
Identifier^ ModelId
)
member EntityStagingClear :
International:International *
BatchId:int *
ModelId:Identifier -> OperationResult
public function EntityStagingClear(
International : International,
BatchId : int,
ModelId : Identifier
) : OperationResult
パラメーター
- International
型: Microsoft.MasterDataServices.International
カルチャ設定。
- BatchId
型: System.Int32
消去するバッチを識別する一意の整数識別子。
- ModelId
型: Microsoft.MasterDataServices.Identifier
バッチが関連するモデルの識別子。
戻り値
型: Microsoft.MasterDataServices.OperationResult
操作の結果を表す OperationResult オブジェクトです。