Classe StagingClearResponse
Represents a response message that specifies counts for the batches and attribute, member, and relationship records cleared.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices..::..StagingClearResponse
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute(WrapperName := "StagingClearResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class StagingClearResponse
'Utilizzo
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
Nel tipo StagingClearResponse sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
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.. |
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 | |
---|---|---|
![]() |
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. |
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.