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 | |
---|---|---|
StagingUnbatchedInformation | Initializes a new instance of the StagingUnbatchedInformation class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ExtensionData | Gets or sets an object that contains extra data. | |
MemberAttributeCount | Gets or sets the number of unbatched staging records for attribute updates. | |
MemberCount | Gets or sets the number of unbatched staging records for member creations. | |
MemberRelationshipCount | Gets or sets the number of unbatched staging records for hierarchy moves. | |
ModelId | Gets or sets the ID of the target model for the unbatched staging records. |
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.