Partager via


Propriété StagingClearResponse.AttributesRecordsClearedCount

Gets or sets the number of cleared attributes records.

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property AttributesRecordsClearedCount As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Int32
The number of cleared attributes records.

Voir aussi

Référence

StagingClearResponse Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts