Share via


2.1.2.128 S027, Create method by specific method name

V0164:

The specification states the following:

 Subclause 11.60, "<SQL-invoked routine>":
  
 <method specification designator> ::=
 SPECIFIC METHOD <specific method name>
 | [ INSTANCE | STATIC | CONSTRUCTOR ]
 METHOD <method name> <SQL parameter declaration list>
 [ <returns clause> ]
 FOR <schema-resolved user-defined type name>
  
 ...
  
 Conformance Rules
  
 Without Feature S027, "Create method by specific method name", conforming SQL language shall not contain a <method specification designator> that contains SPECIFIC METHOD.

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

Transact-SQL does not support this feature.