Freigeben über


StagingGetResponse-Klasse

Represents a response that contains an operation result and an array that contains staging batch information.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices..::..StagingGetResponse

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

Syntax

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

Der StagingGetResponse-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode StagingGetResponse() () () () Initializes a new instance of the StagingGetResponse class that has default values.
Öffentliche Methode StagingGetResponse(Collection< (Of < <' (StagingBatch> ) > > ), OperationResult, Collection< (Of < <' (StagingUnbatchedInformation> ) > > )) Initializes a new instance of the StagingGetResponse class with the specified batch list, operation result, and unbatched information.

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 Batches List of batches to be returned.
Öffentliches Feld OperationResult The operation result, including a unique ID for tracking and logging.
Öffentliches Feld UnbatchedInformation Summary information about records in the staging system that are not associated with a batch.

Zum Anfang

Threadsicherheit

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