Classe StagingClearResponse
Represents a response message that specifies counts for the batches and attribute, member, and relationship records cleared.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageResponse
Microsoft.MasterDataServices.Services.MessageContracts..::..StagingClearResponse
Espace de noms : Microsoft.MasterDataServices.Services.MessageContracts
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
<MessageContractAttribute> _
Public Class StagingClearResponse _
Inherits MessageResponse
'Utilisation
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
Le type StagingClearResponse expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
StagingClearResponse | Initializes a new instance of the StagingClearResponse class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
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. (hérité de MessageResponse.) | |
RelationshipRecordsClearedCount | Gets or sets the cleared relationship records. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.