StagingClearResponse クラス
消去されたバッチ、属性レコード、メンバー レコード、およびリレーションシップ レコードの数を指定する応答メッセージを表します。
継承階層
System. . :: . .Object
Microsoft.MasterDataServices..::..StagingClearResponse
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<MessageContractAttribute(WrapperName := "StagingClearResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class StagingClearResponse
'使用
Dim instance As StagingClearResponse
[MessageContractAttribute(WrapperName = "StagingClearResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class StagingClearResponse
[MessageContractAttribute(WrapperName = L"StagingClearResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class StagingClearResponse
[<MessageContractAttribute(WrapperName = "StagingClearResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type StagingClearResponse = class end
public class StagingClearResponse
StagingClearResponse 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
StagingClearResponse() () () () | StagingClearResponse クラスの既定値を持つ新しいインスタンスを初期化します。 | |
StagingClearResponse(Int32, Int32, Int32, OperationResult, Int32) | 指定された数の消去された属性レコード、バッチ、メンバー レコード、およびリレーションシップ レコードがあり、操作結果が含まれている、StagingClearResponse クラスの新しいインスタンスを初期化します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
フィールド
名前 | 説明 | |
---|---|---|
AttributesRecordsClearedCount | 消去された属性レコードの数。 | |
BatchesQueuedToClearCount | 消去されるバッチの数。 | |
MemberRecordsClearedCount | 消去されたメンバー レコードの数。 | |
OperationResult | 追跡およびログ記録の一意の ID を含む操作結果。 | |
RelationshipRecordsClearedCount | 消去されたリレーションシップ レコードの数。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。