Partager via


Classe EntityStagingProcessResponse

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 process members response message contract.

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.EntityStagingProcessResponse

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

Syntaxe

'Déclaration
<MessageContractAttribute(WrapperName := "EntityStagingProcessResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class EntityStagingProcessResponse
'Utilisation
Dim instance As EntityStagingProcessResponse
[MessageContractAttribute(WrapperName = "EntityStagingProcessResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class EntityStagingProcessResponse
[MessageContractAttribute(WrapperName = L"EntityStagingProcessResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class EntityStagingProcessResponse
[<MessageContractAttribute(WrapperName = "EntityStagingProcessResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type EntityStagingProcessResponse =  class end
public class EntityStagingProcessResponse

Le type EntityStagingProcessResponse expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique EntityStagingProcessResponse() Infrastructure. Initializes a new instance of the EntityStagingProcessResponse class.
Méthode publique EntityStagingProcessResponse(Int32, OperationResult) Infrastructure. Initializes a new instance of the EntityStagingProcessResponse class with the specified batch ID and 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 BatchId Infrastructure. Specifies the resultant batch ID given to the batch.
Champ public OperationResult Infrastructure. Specifies the operation result.

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