Freigeben über


TableBatchOperation.Remove(TableOperation) Methode

Definition

Entfernt das angegebene TableOperation-Element aus dem TableBatchOperation.

public bool Remove (Microsoft.Azure.Cosmos.Table.TableOperation item);
abstract member Remove : Microsoft.Azure.Cosmos.Table.TableOperation -> bool
override this.Remove : Microsoft.Azure.Cosmos.Table.TableOperation -> bool
Public Function Remove (item As TableOperation) As Boolean

Parameter

item
TableOperation

Das zu entfernende TableOperation-Element.

Gibt zurück

true, wenn das Element erfolgreich entfernt wurde, andernfalls false.

Implementiert

Gilt für: