StagingClearResponse-Klasse
Represents a response message that specifies counts for the batches and attribute, member, and relationship records cleared.
Vererbungshierarchie
System.Object
Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
Microsoft.MasterDataServices.Services.MessageContracts.StagingClearResponse
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageContractAttribute> _
Public Class StagingClearResponse _
Inherits MessageResponse
'Usage
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
Der StagingClearResponse-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
StagingClearResponse | Initializes a new instance of the StagingClearResponse class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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 number of cleared member records. | |
OperationResult | Gets or sets the result of an operation. (Geerbt von MessageResponse.) | |
RelationshipRecordsClearedCount | Gets or sets the number of cleared relationship records. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.MessageContracts-Namespace