Classe StagingBatch
Specifies a container for a staging batch including the batch identification, errors, statistics, and members.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.StagingBatch
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "StagingBatch", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StagingBatch _
Inherits DataContractBase
'Utilizzo
Dim instance As StagingBatch
[DataContractAttribute(Name = "StagingBatch", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingBatch : DataContractBase
[DataContractAttribute(Name = L"StagingBatch", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class StagingBatch : public DataContractBase
[<DataContractAttribute(Name = "StagingBatch", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatch =
class
inherit DataContractBase
end
public class StagingBatch extends DataContractBase
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 ID that uniquely identifies the batch. |
![]() |
Errors | Gets or sets an array of error messages. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. Ereditato da DataContractBase. |
![]() |
Information | Gets or sets staging batch information. |
![]() |
Members | Gets or sets an array of entity members. |
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.