Compartir a través de


TableBatchOperation.Item[Int32] Propiedad

Definición

Obtiene o establece el elemento TableOperation en el índice especificado.

public Microsoft.Azure.Cosmos.Table.TableOperation this[int index] { get; set; }
member this.Item(int) : Microsoft.Azure.Cosmos.Table.TableOperation with get, set
Default Public Property Item(index As Integer) As TableOperation

Parámetros

index
Int32

Índice en el que se va a obtener o establecer el TableOperation elemento.

Valor de propiedad

El elemento TableOperation que se encuentra en el índice especificado.

Implementaciones

Se aplica a