ImplementationType Enum

Definition

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.

Applies to