Condividi tramite


Classe StagingUnbatchedInformation

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "StagingUnbatchedInformation", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StagingUnbatchedInformation _
    Implements IExtensibleDataObject
'Utilizzo
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

Nel tipo StagingUnbatchedInformation sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico StagingUnbatchedInformation Initializes a new instance of the StagingUnbatchedInformation class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ExtensionData Gets or sets an object that contains extra data.
Proprietà pubblica MemberAttributeCount Gets or sets the number of unbatched staging records for attribute updates.
Proprietà pubblica MemberCount Gets or sets the number of unbatched staging records for member creations.
Proprietà pubblica MemberRelationshipCount Gets or sets the number of unbatched staging records for hierarchy moves.
Proprietà pubblica ModelId Gets or sets the ID of the target model for the unbatched staging records.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico 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.