Share via


2.1.2.150 S201-01, Array parameters

V0186:

The specification states the following:

 Subclause 10.4, "<routine invocation>":
  
 <SQL argument> ::=
 <value expression>
 | <generalized expression>
 | <target specification>
  
 <generalized expression> ::=
 <value expression> AS <path-resolved user-defined type name>
  
 Subclause 11.60, "<SQL-invoked routine>":
  
 <parameter type> ::=
 <data type> [ <locator indication> ]
  
 <locator indication> ::=
 AS LOCATOR

Microsoft SQL Server 2008 R2 and Microsoft SQL Server 2012 vary as follows:

Transact-SQL does not support this feature.