Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Importante: |
|---|
| Esta característica se quitará en una versión futura de Microsoft SQL Server. No utilice esta característica en nuevos trabajos de desarrollo y modifique lo antes posible las aplicaciones que actualmente la utilizan. Use CLR integration instead. |
Determines whether a specific data type conversion is available within the ODS Library.
Sintaxis
BOOL srv_willconvert (
int
srctype
,
int
desttype
);
Arguments
- srctype
Indicates the data type of the data to be converted. This parameter can be any of the Extended Stored Procedure API data types.
- desttype
Indicates the data type to which the source data is converted. This parameter can be any of the Extended Stored Procedure API data types.
Returns
TRUE if the data type conversion is supported; FALSE if the data type conversion is not supported.
Notas
For a description of each data type, see Data Types (Extended Stored Procedure API).
Nota de seguridad: |
|---|
| You should thoroughly review the source code of extended stored procedures, and you should test the compiled DLLs before you install them on a production server. For information about security review and testing, see this Microsoft Web site. |
Vea también
Referencia
srv_convert (Extended Stored Procedure API)
Importante:
Nota de seguridad: