Classe StagingProcessResponse
Represents a complex type that holds the details of staging process response.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageResponse
Microsoft.MasterDataServices.Services.MessageContracts..::..StagingProcessResponse
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute> _
Public Class StagingProcessResponse _
Inherits MessageResponse
'Utilizzo
Dim instance As StagingProcessResponse
[MessageContractAttribute]
public class StagingProcessResponse : MessageResponse
[MessageContractAttribute]
public ref class StagingProcessResponse : public MessageResponse
[<MessageContractAttribute>]
type StagingProcessResponse =
class
inherit MessageResponse
end
public class StagingProcessResponse extends MessageResponse
Nel tipo StagingProcessResponse sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
StagingProcessResponse | Initializes a new instance of the StagingProcessResponse class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
BatchId | Gets or sets a batch ID using a StagingBatch complex type. | |
OperationResult | Gets or sets the result of an operation. Ereditato da MessageResponse. |
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
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.