Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
ISSCommandWithParameters exposes support for SQL Server 2005 XML and user-defined types (UDT). This is an optional interface that inherits from the core OLE DB interface ICommandWithParameters. In addition to the three methods inherited from ICommandWithParameters; GetParameterInfo, MapParameterNames, and SetParameterInfo; ISSCommandWithParameters provides two new methods that are used to handle server specific data types.
Примечание. |
|---|
| The ISSCommandWithParameters interface can be used when Service Components are used, but the Service Components themselves will not use this interface. |
| Method | Description |
|---|---|
Returns one SSPARAMPROPS property set structure in the array for each UDT or XML parameter passed to the command, but none is returned for other types of parameters. |
|
Sets the parameter properties on a per parameter basis by ordinal, or sets bulk parameter properties by specifying an array of SSPARAMPROPS structures. |
См. также
Справочник
Основные понятия
Using XML Data Types
Using User-Defined Types
Примечание.