你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlParameterCollection.RemoveAt(Int32) 方法

定义

从 Azure Cosmos DB 集合中删除指定索引处的项。

public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

参数

index
Int32

要从中删除项的索引中的位置。

实现

适用于