Classe EntityStagingProcessRequest
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the entity staging process request.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.EntityStagingProcessRequest
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<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
O tipo EntityStagingProcessRequest expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EntityStagingProcessRequest() | Infraestrutura. Initializes a new instance of the EntityStagingProcessRequest class. | |
EntityStagingProcessRequest(International, String, Identifier, MemberType, Identifier) | Infraestrutura. Initializes a new instance of the EntityStagingProcessRequest class with the specified international, batch tag, entity ID, member type and version Id. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
BatchTag | Infraestrutura. Identifies the batch the process request is applicable to. | |
EntityId | Infraestrutura. Identifies the entity that the process request is applicable to. | |
International | Infraestrutura. The cultural setting. | |
MemberType | Infraestrutura. Identifies the member type that the process request is applicable to. | |
VersionId | Infraestrutura. The batch that is associated with the version ID. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.