ISSCommandWithParameters (OLE DB)

ISSCommandWithParameters 公开对 SQL Server XML 和用户定义类型 (UDT) 的支持。这一可选接口继承自核心 OLE DB 接口 ICommandWithParameters。除了从 ICommandWithParameters 继承的三个方法(GetParameterInfoMapParameterNamesSetParameterInfo)之外,ISSCommandWithParameters 还提供了两个用于处理服务器特定数据类型的新方法。

注意注意

当使用服务组件时,可以使用 ISSCommandWithParameters 接口,但是服务组件自身不会使用此接口。

方法

说明

ISSCommandWithParameters::GetParameterProperties (OLE DB)

对传递到该命令的每个 UDT 或 XML 参数返回数组中的一个 SSPARAMPROPS 属性集结构,但是对于其他类型的参数,不会返回任何内容。

ISSCommandWithParameters::SetParameterProperties (OLE DB)

按照序号基于每个参数设置参数属性,或者通过指定 SSPARAMPROPS 结构数组来设置大容量参数属性。