Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the total number of batches (unrelated to staging state).
Espacio de nombres: Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: System.Int32
The total number of batches (unrelated to staging state).
Vea también
Referencia
EntityStagingGetResponse Clase
Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts