Compartilhar via


Classe StagingUnbatchedInformation

Specifies a read-only container for counts of unbatched staging records for a model.

Hierarquia de herança

System. . :: . .Object
  Microsoft.MasterDataServices..::..StagingUnbatchedInformation

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

Sintaxe

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

O tipo StagingUnbatchedInformation expõe os membros a seguir.

Construtores

  Nome Descrição
Método público StagingUnbatchedInformation Initializes a new instance of the StagingUnbatchedInformation class.

Início

Propriedades

  Nome Descrição
Propriedade pública ExtensionData Gets or sets an object that contains extra data.
Propriedade pública MemberAttributeCount Gets or sets the number of unbatched staging records for attribute updates.
Propriedade pública MemberCount Gets or sets the number of unbatched staging records for member creations.
Propriedade pública MemberRelationshipCount Gets or sets the number of unbatched staging records for hierarchy moves.
Propriedade pública ModelId Gets or sets the ID of the target model for the unbatched staging records.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público 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.

Consulte também

Referência