ImplementationType Enum
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.
C#
public enum ImplementationType
type ImplementationType =
Public Enum ImplementationType
- Inheritance
-
ImplementationType
Name | Value | Description |
---|---|---|
TransactSql | 1 | Implmemented with Transact-SQL. |
SqlClr | 2 | Implemented with a SQL CLR type. |
Toode | Versioonid |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |