Condividi tramite


Classe StagingClearResponse

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<MessageContractAttribute> _
Public Class StagingClearResponse _
    Inherits MessageResponse
'Utilizzo
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

Nel tipo StagingClearResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico StagingClearResponse Initializes a new instance of the StagingClearResponse class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AttributesRecordsClearedCount Gets or sets the number of cleared attributes records.
Proprietà pubblica BatchesQueuedToClearCount Gets or sets the number of batches to be cleared.
Proprietà pubblica MemberRecordsClearedCount Gets or sets the cleared member records.
Proprietà pubblica OperationResult Gets or sets the result of an operation. Ereditato da MessageResponse.
Proprietà pubblica RelationshipRecordsClearedCount Gets or sets the cleared relationship records.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.