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 | |
---|---|---|
StagingClearResponse | Initializes a new instance of the StagingClearResponse class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AttributesRecordsClearedCount | Gets or sets the number of cleared attributes records. | |
BatchesQueuedToClearCount | Gets or sets the number of batches to be cleared. | |
MemberRecordsClearedCount | Gets or sets the cleared member records. | |
OperationResult | Gets or sets the result of an operation. (Herdado de MessageResponse.) | |
RelationshipRecordsClearedCount | Gets or sets the cleared relationship records. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.