StagingUnbatchedInformation Class

Definition

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

public ref class StagingUnbatchedInformation : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="StagingUnbatchedInformation", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingUnbatchedInformation : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="StagingUnbatchedInformation", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingUnbatchedInformation = class
    inherit DataContractBase
Public Class StagingUnbatchedInformation
Inherits DataContractBase
Inheritance
StagingUnbatchedInformation
Attributes

Constructors

StagingUnbatchedInformation()

Initializes a new instance of the StagingUnbatchedInformation class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
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.

Applies to