StagingClearResponse.RelationshipRecordsClearedCount 属性

Gets or sets the number of cleared relationship records.

命名空间:  Microsoft.MasterDataServices.Services.MessageContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.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
The number of cleared relationship records.

请参阅

参考

StagingClearResponse 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间