Partager via


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
Méthode publique StagingClearResponse() () () () Initializes a new instance of the StagingClearResponse class that has default values.
Méthode publique 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
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ public AttributesRecordsClearedCount The number of attributes records cleared.
Champ public BatchesQueuedToClearCount The number of batches to be cleared.
Champ public MemberRecordsClearedCount The number of member records cleared.
Champ public OperationResult The operation result, including a unique ID for tracking and logging.
Champ public 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.