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 | |
---|---|---|
![]() |
StagingBatch | Initializes a new instance of the StagingBatch class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
BatchId | Gets or sets an Identifier that uniquely identifies the batch. |
![]() |
Errors | Gets or sets an ArrayOfStagingBatchError complex type. |
![]() |
Information | Gets or sets a StagingBatchInformation complex type. |
![]() |
Members | Gets or sets an ArrayOfEntityMembers complex type. |
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
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.