Share via


StagingClearResponse-Klasse

Represents a response message that specifies counts for the batches and attribute, member, and relationship records cleared.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices..::..StagingClearResponse

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<MessageContractAttribute(WrapperName := "StagingClearResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class StagingClearResponse
'Usage
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

Der StagingClearResponse-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode StagingClearResponse() () () () Initializes a new instance of the StagingClearResponse class that has default values.
Öffentliche Methode 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..

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches Feld AttributesRecordsClearedCount The number of attributes records cleared.
Öffentliches Feld BatchesQueuedToClearCount The number of batches to be cleared.
Öffentliches Feld MemberRecordsClearedCount The number of member records cleared.
Öffentliches Feld OperationResult The operation result, including a unique ID for tracking and logging.
Öffentliches Feld RelationshipRecordsClearedCount The number of relationship records cleared.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.