Compartilhar via


Classe StagingClearResponse

Represents a response message that specifies counts for the batches and attribute, member, and relationship records cleared.

Hierarquia de herança

System. . :: . .Object
  Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageResponse
    Microsoft.MasterDataServices.Services.MessageContracts..::..StagingClearResponse

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
<MessageContractAttribute> _
Public Class StagingClearResponse _
    Inherits MessageResponse
'Uso
Dim instance As StagingClearResponse
[MessageContractAttribute]
public class StagingClearResponse : MessageResponse
[MessageContractAttribute]
public ref class StagingClearResponse : public MessageResponse
[<MessageContractAttribute>]
type StagingClearResponse =  
    class
        inherit MessageResponse
    end
public class StagingClearResponse extends MessageResponse

O tipo StagingClearResponse expõe os membros a seguir.

Construtores

  Nome Descrição
Método público StagingClearResponse Initializes a new instance of the StagingClearResponse class.

Início

Propriedades

  Nome Descrição
Propriedade pública AttributesRecordsClearedCount Gets or sets the number of cleared attributes records.
Propriedade pública BatchesQueuedToClearCount Gets or sets the number of batches to be cleared.
Propriedade pública MemberRecordsClearedCount Gets or sets the cleared member records.
Propriedade pública OperationResult Gets or sets the result of an operation. (Herdado de MessageResponse.)
Propriedade pública RelationshipRecordsClearedCount Gets or sets the cleared relationship records.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.