Share via


StagingBatch-Klasse

Specifies a container for a staging batch including the batch identification, errors, statistics, and members.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices..::..StagingBatch

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

Syntax

'Declaration
<DataContractAttribute(Name := "StagingBatch", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StagingBatch _
    Implements IExtensibleDataObject
'Usage
Dim instance As StagingBatch
[DataContractAttribute(Name = "StagingBatch", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingBatch : IExtensibleDataObject
[DataContractAttribute(Name = L"StagingBatch", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class StagingBatch : IExtensibleDataObject
[<DataContractAttribute(Name = "StagingBatch", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatch =  
    class
        interface IExtensibleDataObject
    end
public class StagingBatch implements IExtensibleDataObject

Der StagingBatch-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode StagingBatch Initializes a new instance of the StagingBatch class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft BatchId Gets or sets an ID that uniquely identifies the batch.
Öffentliche Eigenschaft Errors Gets or sets an array of error messages.
Öffentliche Eigenschaft ExtensionData Gets or sets an object that contains extra data.
Öffentliche Eigenschaft Information Gets or sets staging batch information.
Öffentliche Eigenschaft Members Gets or sets an array of entity members.

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

Threadsicherheit

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