Partilhar 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.DataContractBase
    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 _
    Inherits DataContractBase
'Uso
Dim instance As StagingUnbatchedInformation
[DataContractAttribute(Name = "StagingUnbatchedInformation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingUnbatchedInformation : DataContractBase
[DataContractAttribute(Name = L"StagingUnbatchedInformation", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class StagingUnbatchedInformation : public DataContractBase
[<DataContractAttribute(Name = "StagingUnbatchedInformation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingUnbatchedInformation =  
    class
        inherit DataContractBase
    end
public class StagingUnbatchedInformation extends DataContractBase

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 the structure that contains extra data. (Herdado de DataContractBase.)
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

Namespace Microsoft.MasterDataServices