Partilhar via


Propriedade do RDL EntityStagingGetResponse.BatchCount

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the total number of batches (unrelated to staging state).

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<MessageBodyMemberAttribute> _
Public Property BatchCount As Integer 
    Get 
    Set
'Uso
Dim instance As EntityStagingGetResponse 
Dim value As Integer 

value = instance.BatchCount

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

Valor da propriedade

Tipo: System.Int32
The total number of batches (unrelated to staging state).

Consulte também

Referência

EntityStagingGetResponse Classe

Namespace Microsoft.MasterDataServices.Services.MessageContracts