Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.25 KB

File metadata and controls

27 lines (22 loc) · 1.25 KB
title Attributes that affect Table-Valued Parameters
description Statement Attributes that Affect Table-Valued Parameters
author markingmyname
ms.author maghan
ms.date 03/06/2017
ms.service sql
ms.subservice native-client
ms.topic reference
helpviewer_keywords
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)