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 | |
---|---|---|
EntityStagingProcessRequest() | Infrastruttura. Initializes a new instance of the EntityStagingProcessRequest class. | |
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 | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
BatchTag | Infrastruttura. Identifies the batch the process request is applicable to. | |
EntityId | Infrastruttura. Identifies the entity that the process request is applicable to. | |
International | Infrastruttura. The cultural setting. | |
MemberType | Infrastruttura. Identifies the member type that the process request is applicable to. | |
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.