Compartir a través de


StagingClearResponse.AttributesRecordsClearedCount Propiedad

Gets or sets the number of cleared attributes records.

Espacio de nombres:  Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<MessageBodyMemberAttribute> _
Public Property AttributesRecordsClearedCount As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

StagingClearResponse Clase

Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts