Partager via


Classe EntityStagingProcessRequest

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 request.

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.EntityStagingProcessRequest

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

Syntaxe

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

Le type EntityStagingProcessRequest expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique EntityStagingProcessRequest() Infrastructure. Initializes a new instance of the EntityStagingProcessRequest class.
Méthode publique EntityStagingProcessRequest(International, String, Identifier, MemberType, Identifier) Infrastructure. Initializes a new instance of the EntityStagingProcessRequest class with the specified international, batch tag, entity ID, member type and version Id.

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 BatchTag Infrastructure. Identifies the batch the process request is applicable to.
Champ public EntityId Infrastructure. Identifies the entity that the process request is applicable to.
Champ public International Infrastructure. The cultural setting.
Champ public MemberType Infrastructure. Identifies the member type that the process request is applicable to.
Champ public VersionId Infrastructure. The batch that is associated with the version ID.

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