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
| Name | Value | Description |
|---|---|---|
| TransactSql | 1 | Implmemented with Transact-SQL. |
| SqlClr | 2 | Implemented with a SQL CLR type. |