Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.25 KB

statement-attributes-that-affect-table-valued-parameters.md

File metadata and controls

27 lines (22 loc) · 1.25 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Attributes that affect Table-Valued Parameters
Statement Attributes that Affect Table-Valued Parameters
markingmyname
maghan
03/06/2017
sql
native-client
reference
table-valued parameters (ODBC), descriptor header field
table-valued parameters (ODBC), statement attribute

Statement Attributes that Affect Table-Valued Parameters

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]

The following table describes the attributes in a descriptor field.

Attribute name Type Description
SQL_SOPT_SS_PARAM_FOCUS SQLUINTEGER For more information about SQL_SS_PARAM_FOCUS, see SQLSetStmtAttr.
SQL_SOPT_SS_NAME_SCOPE SQLUINTEGER For more information about SQL_SS_NAME_SCOPE, see SQLSetStmtAttr.

See Also

Table-Valued Parameters (ODBC)