Partager via


Classe StagingGetResponse

Represents a response that contains an operation result and an ArrayOfStagingBatch instance that contains staging batch information.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageResponse
    Microsoft.MasterDataServices.Services.MessageContracts..::..StagingGetResponse

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
<MessageContractAttribute> _
Public Class StagingGetResponse _
    Inherits MessageResponse
'Utilisation
Dim instance As StagingGetResponse
[MessageContractAttribute]
public class StagingGetResponse : MessageResponse
[MessageContractAttribute]
public ref class StagingGetResponse : public MessageResponse
[<MessageContractAttribute>]
type StagingGetResponse =  
    class
        inherit MessageResponse
    end
public class StagingGetResponse extends MessageResponse

Le type StagingGetResponse expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique StagingGetResponse Initializes a new instance of the StagingGetResponse class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Batches Gets or sets an array of staging batches.
Propriété publique OperationResult Gets or sets the result of an operation. (hérité de MessageResponse.)
Propriété publique UnbatchedInformation Gets or sets an array of unbatched staging information.

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

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.