Clase EntityStagingProcessRequest
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents the entity staging process request.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.EntityStagingProcessRequest
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<MessageContractAttribute(WrapperName := "EntityStagingProcessRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityStagingProcessRequest
'Uso
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
El tipo EntityStagingProcessRequest expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
EntityStagingProcessRequest() | Infraestructura. Initializes a new instance of the EntityStagingProcessRequest class. | |
EntityStagingProcessRequest(International, String, Identifier, MemberType, Identifier) | Infraestructura. Initializes a new instance of the EntityStagingProcessRequest class with the specified international, batch tag, entity ID, member type and version Id. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
BatchTag | Infraestructura. Identifies the batch the process request is applicable to. | |
EntityId | Infraestructura. Identifies the entity that the process request is applicable to. | |
International | Infraestructura. The cultural setting. | |
MemberType | Infraestructura. Identifies the member type that the process request is applicable to. | |
VersionId | Infraestructura. The batch that is associated with the version ID. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.