Classe EntityStagingGetResponse
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents an entity staging get return object.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.EntityStagingGetResponse
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute(WrapperName := "EntityStagingGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityStagingGetResponse
'Utilizzo
Dim instance As EntityStagingGetResponse
[MessageContractAttribute(WrapperName = "EntityStagingGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class EntityStagingGetResponse
[MessageContractAttribute(WrapperName = L"EntityStagingGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class EntityStagingGetResponse
[<MessageContractAttribute(WrapperName = "EntityStagingGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type EntityStagingGetResponse = class end
public class EntityStagingGetResponse
Nel tipo EntityStagingGetResponse sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
EntityStagingGetResponse() | Infrastruttura. Initializes a new instance of the EntityStagingGetResponse class. | |
EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult) | Infrastruttura. Initializes a new instance of the EntityStagingGetResponse class with the specified batch count, batches, and operation result. |
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 | |
---|---|---|
BatchCount | Infrastruttura. Specifies the total number of batches. | |
Batches | Infrastruttura. Specifies a list of entity staging batches. | |
OperationResult | Infrastruttura. Specifies the operation result. |
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.