Condividi tramite


Classe ReplacementId

Represents a response complex type that defines an individual Transaction that was replaced during the operation, including prior and new identifiers.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..ReplacementId

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

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "ReplacementId", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ReplacementId
'Utilizzo
Dim instance As ReplacementId
[DataContractAttribute(Name = "ReplacementId", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ReplacementId
[DataContractAttribute(Name = L"ReplacementId", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ReplacementId
[<DataContractAttribute(Name = "ReplacementId", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ReplacementId =  class end
public class ReplacementId

Nel tipo ReplacementId sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ReplacementId Initializes a new instance of the ReplacementId class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica NewId Gets or sets the new ID of the transaction that was reversed.
Proprietà pubblica PriorId Gets or sets the prior ID of the transaction that was reversed.

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

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.