次の方法で共有


StagingClearResponse.AttributesRecordsClearedCount プロパティ

消去された属性レコードの数を取得または設定します。

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

構文

'宣言
<MessageBodyMemberAttribute> _
Public Property AttributesRecordsClearedCount As Integer 
    Get 
    Set
'使用
Dim instance As StagingClearResponse 
Dim value As Integer 

value = instance.AttributesRecordsClearedCount

instance.AttributesRecordsClearedCount = value
[MessageBodyMemberAttribute]
public int AttributesRecordsClearedCount { get; set; }
[MessageBodyMemberAttribute]
public:
property int AttributesRecordsClearedCount {
    int get ();
    void set (int value);
}
[<MessageBodyMemberAttribute>]
member AttributesRecordsClearedCount : int with get, set
function get AttributesRecordsClearedCount () : int 
function set AttributesRecordsClearedCount (value : int)

プロパティ値

型: System.Int32
消去された属性レコードの数です。

関連項目

参照

StagingClearResponse クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間