다음을 통해 공유


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 네임스페이스