Classe StagingBatch
Represents a container for a staging batch including the batch identification, errors, stats and members.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..StagingBatch
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "StagingBatch", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StagingBatch
'Uso
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
O tipo StagingBatch expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
StagingBatch | Initializes a new instance of the StagingBatch class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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ício
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.