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 | |
---|---|---|
EntityStagingProcessRequest() | Infrastructure. Initializes a new instance of the EntityStagingProcessRequest class. | |
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 | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
BatchTag | Infrastructure. Identifies the batch the process request is applicable to. | |
EntityId | Infrastructure. Identifies the entity that the process request is applicable to. | |
International | Infrastructure. The cultural setting. | |
MemberType | Infrastructure. Identifies the member type that the process request is applicable to. | |
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.