Свойство StagingBatchInformation.MemberTotalCount

Gets or sets the count of all members in the staging batch.

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

Синтаксис

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

value = instance.MemberTotalCount

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

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

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

См. также

Справочник

StagingBatchInformation Класс

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