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

SqlParameterCollection.Remove(SqlParameter) 方法

定义

从 Azure Cosmos DB 集合中删除特定对象的第一个匹配项。

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

参数

item
SqlParameter

要从集合中移除的项。

返回

如果删除了第一项,则为 true;否则为 false。

实现

适用于