共用方式為


StagingClearResponse.AttributesRecordsClearedCount 屬性

Gets or sets the number of cleared attributes records.

命名空間:  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
The number of cleared attributes records.

請參閱

參考

StagingClearResponse 類別

Microsoft.MasterDataServices.Services.MessageContracts 命名空間