ImplementationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the implementation type of a StoredProcedure, UserDefinedFunction,, and other objects.
public enum ImplementationType
type ImplementationType =
Public Enum ImplementationType
- Inheritance
-
ImplementationType
Fields
SqlClr | 2 | Implemented with a SQL CLR type. |
TransactSql | 1 | Implmemented with Transact-SQL. |