Поделиться через


Свойство 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