ImplementationType 열거형

정의

StoredProcedure, UserDefinedFunction 및 기타 개체의 구현 형식을 지정합니다.

public enum ImplementationType
type ImplementationType = 
Public Enum ImplementationType
상속
ImplementationType

필드

Name Description
TransactSql 1

Transact-SQL 가득합니다.

SqlClr 2

SQL CLR 형식으로 구현됩니다.

적용 대상