Clase StagingGetResponse
Represents a response that contains an operation result and an array that contains staging batch information.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.StagingGetResponse
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<MessageContractAttribute(WrapperName := "StagingGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class StagingGetResponse
'Uso
Dim instance As StagingGetResponse
[MessageContractAttribute(WrapperName = "StagingGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class StagingGetResponse
[MessageContractAttribute(WrapperName = L"StagingGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class StagingGetResponse
[<MessageContractAttribute(WrapperName = "StagingGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type StagingGetResponse = class end
public class StagingGetResponse
El tipo StagingGetResponse expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
StagingGetResponse() | Initializes a new instance of the StagingGetResponse class that has default values. | |
StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>) | Initializes a new instance of the StagingGetResponse class with the specified batch list, operation result, and unbatched information. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
Batches | List of batches to be returned. | |
OperationResult | The operation result, including a unique ID for tracking and logging. | |
UnbatchedInformation | Summary information about records in the staging system that are not associated with a batch. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.