다음을 통해 공유


RelationshipRecordsClearedCount 속성

Gets or sets the cleared relationship records.

네임스페이스:  Microsoft.MasterDataServices.Services.MessageContracts
어셈블리:  Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)

구문

‘선언
<MessageBodyMemberAttribute> _
Public Property RelationshipRecordsClearedCount As Integer
    Get
    Set
‘사용 방법
Dim instance As StagingClearResponse
Dim value As Integer

value = instance.RelationshipRecordsClearedCount

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

속성 값

유형: System. . :: . .Int32
Integer representing the count.