Właściwość StagingClearResponse.RelationshipRecordsClearedCount
Pobiera lub ustawia rekordy relacji wyczyszczone.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.MessageContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<MessageBodyMemberAttribute> _
Public Property RelationshipRecordsClearedCount As Integer
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Int32
Całkowitą reprezentującą zliczania.
Zobacz także