Condividi tramite


Classe EntityStagingProcessRequest

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents the entity staging process request.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.EntityStagingProcessRequest

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<MessageContractAttribute(WrapperName := "EntityStagingProcessRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class EntityStagingProcessRequest
'Utilizzo
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

Nel tipo EntityStagingProcessRequest sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico EntityStagingProcessRequest() Infrastruttura. Initializes a new instance of the EntityStagingProcessRequest class.
Metodo pubblico EntityStagingProcessRequest(International, String, Identifier, MemberType, Identifier) Infrastruttura. Initializes a new instance of the EntityStagingProcessRequest class with the specified international, batch tag, entity ID, member type and version Id.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo pubblico BatchTag Infrastruttura. Identifies the batch the process request is applicable to.
Campo pubblico EntityId Infrastruttura. Identifies the entity that the process request is applicable to.
Campo pubblico International Infrastruttura. The cultural setting.
Campo pubblico MemberType Infrastruttura. Identifies the member type that the process request is applicable to.
Campo pubblico VersionId Infrastruttura. The batch that is associated with the version ID.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices