Свойство StagingBatchInformation.MemberAttributeTotalCount

Gets or sets the count of all attribute records in the staging batch.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property MemberAttributeTotalCount As Integer 
    Get 
    Set
'Применение
Dim instance As StagingBatchInformation 
Dim value As Integer 

value = instance.MemberAttributeTotalCount

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

Значение свойства

Тип: System.Int32
The count of all attribute records in the staging batch.

См. также

Справочник

StagingBatchInformation Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts