次の方法で共有


StagingClearResponse コンストラクター (Int32, Int32, Int32, OperationResult, Int32)

指定された数の消去された属性レコード、バッチ、メンバー レコード、およびリレーションシップ レコードがあり、操作結果が含まれている、StagingClearResponse クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
Public Sub New ( _
    AttributesRecordsClearedCount As Integer, _
    BatchesQueuedToClearCount As Integer, _
    MemberRecordsClearedCount As Integer, _
    OperationResult As OperationResult, _
    RelationshipRecordsClearedCount As Integer _
)
'使用
Dim AttributesRecordsClearedCount As Integer
Dim BatchesQueuedToClearCount As Integer
Dim MemberRecordsClearedCount As Integer
Dim OperationResult As OperationResult
Dim RelationshipRecordsClearedCount As Integer

Dim instance As New StagingClearResponse(AttributesRecordsClearedCount, _
    BatchesQueuedToClearCount, MemberRecordsClearedCount, _
    OperationResult, RelationshipRecordsClearedCount)
public StagingClearResponse(
    int AttributesRecordsClearedCount,
    int BatchesQueuedToClearCount,
    int MemberRecordsClearedCount,
    OperationResult OperationResult,
    int RelationshipRecordsClearedCount
)
public:
StagingClearResponse(
    int AttributesRecordsClearedCount, 
    int BatchesQueuedToClearCount, 
    int MemberRecordsClearedCount, 
    OperationResult^ OperationResult, 
    int RelationshipRecordsClearedCount
)
new : 
        AttributesRecordsClearedCount:int * 
        BatchesQueuedToClearCount:int * 
        MemberRecordsClearedCount:int * 
        OperationResult:OperationResult * 
        RelationshipRecordsClearedCount:int -> StagingClearResponse
public function StagingClearResponse(
    AttributesRecordsClearedCount : int, 
    BatchesQueuedToClearCount : int, 
    MemberRecordsClearedCount : int, 
    OperationResult : OperationResult, 
    RelationshipRecordsClearedCount : int
)

パラメーター

  • AttributesRecordsClearedCount
    型: System.Int32
    消去された属性レコードの数。
  • MemberRecordsClearedCount
    型: System.Int32
    消去されたメンバー レコードの数。
  • RelationshipRecordsClearedCount
    型: System.Int32
    消去されたリレーションシップ レコードの数。

関連項目

参照

StagingClearResponse クラス

StagingClearResponse オーバーロード

Microsoft.MasterDataServices 名前空間