Clase StagingClearResponse
Represents a response message that specifies counts for the batches and attribute, member, and relationship records cleared.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.StagingClearResponse
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<MessageContractAttribute(WrapperName := "StagingClearResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class StagingClearResponse
'Uso
Dim instance As StagingClearResponse
[MessageContractAttribute(WrapperName = "StagingClearResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class StagingClearResponse
[MessageContractAttribute(WrapperName = L"StagingClearResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class StagingClearResponse
[<MessageContractAttribute(WrapperName = "StagingClearResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type StagingClearResponse = class end
public class StagingClearResponse
El tipo StagingClearResponse expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
StagingClearResponse() | Initializes a new instance of the StagingClearResponse class that has default values. | |
StagingClearResponse(Int32, Int32, Int32, OperationResult, Int32) | Initializes a new instance of the StagingClearResponse class that has the specified count of attributes records, batches, member records, and relationship records cleared, and the operation result.. |
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 | |
---|---|---|
AttributesRecordsClearedCount | The number of attributes records cleared. | |
BatchesQueuedToClearCount | The number of batches to be cleared. | |
MemberRecordsClearedCount | The number of member records cleared. | |
OperationResult | The operation result, including a unique ID for tracking and logging. | |
RelationshipRecordsClearedCount | The number of relationship records cleared. |
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.