Condividi tramite


Classe StagingBatch

Represents a container for a staging batch including the batch identification, errors, stats and members.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..StagingBatch

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

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

Nel tipo StagingBatch sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico StagingBatch Initializes a new instance of the StagingBatch class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica BatchId Gets or sets an Identifier that uniquely identifies the batch.
Proprietà pubblica Errors Gets or sets an ArrayOfStagingBatchError complex type.
Proprietà pubblica Information Gets or sets a StagingBatchInformation complex type.
Proprietà pubblica Members Gets or sets an ArrayOfEntityMembers complex type.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

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.