Partager via


Propriété StagingUnbatchedInformation.MemberAttributeCount

Gets or sets the amount of unbatched member attribute records in the staging system.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property MemberAttributeCount As Integer 
    Get 
    Set
'Utilisation
Dim instance As StagingUnbatchedInformation 
Dim value As Integer 

value = instance.MemberAttributeCount

instance.MemberAttributeCount = value
[DataMemberAttribute]
public int MemberAttributeCount { get; set; }
[DataMemberAttribute]
public:
property int MemberAttributeCount {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member MemberAttributeCount : int with get, set
function get MemberAttributeCount () : int 
function set MemberAttributeCount (value : int)

Valeur de propriété

Type : System.Int32
The amount of unbatched member attribute records in the staging system.

Voir aussi

Référence

StagingUnbatchedInformation Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts