Partager via


Classe EntityStagingGetResponse

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents the entity staging get return object.

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
    Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetResponse

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

Syntaxe

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

Le type EntityStagingGetResponse expose les membres suivants.

Constructeurs

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

Haut de la page

Propriétés

  Nom Description
Propriété publique BatchCount Infrastructure. Gets or sets the total number of batches (unrelated to staging state).
Propriété publique Batches Infrastructure. Gets or sets a list of entity staging batches to be returned.
Propriété publique OperationResult Gets or sets the result of an operation. (hérité de MessageResponse.)

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.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts