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.StagingClearResponse
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<MessageContractAttribute(WrapperName := "StagingClearResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class StagingClearResponse
'Utilisation
Dim instance As StagingClearResponse
[MessageContractAttribute(WrapperName = "StagingClearResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class StagingClearResponse
[MessageContractAttribute(WrapperName = L"StagingClearResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class StagingClearResponse
[<MessageContractAttribute(WrapperName = "StagingClearResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type StagingClearResponse = class end
public class StagingClearResponse
Le type StagingClearResponse expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
StagingClearResponse() | Initializes a new instance of the StagingClearResponse class that has default values. | |
StagingClearResponse(Int32, Int32, Int32, OperationResult, Int32) | Initializes a new instance of the StagingClearResponse class that has the specified count of attributes records, batches, member records, and relationship records cleared, and the operation result.. |
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
Champs
Nom | Description | |
---|---|---|
AttributesRecordsClearedCount | The number of attributes records cleared. | |
BatchesQueuedToClearCount | The number of batches to be cleared. | |
MemberRecordsClearedCount | The number of member records cleared. | |
OperationResult | The operation result, including a unique ID for tracking and logging. | |
RelationshipRecordsClearedCount | The number of relationship records cleared. |
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.