ImplementationType 열거형

The ImplementationType enumeration contains values that are used to specify the type of implementation for a stored procedure, a user-defined function, and other objects.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)

구문

‘선언
Public Enumeration ImplementationType
‘사용 방법
Dim instance As ImplementationType
public enum ImplementationType
public enum class ImplementationType
type ImplementationType
public enum ImplementationType

멤버

멤버 이름 설명
SqlClr Implemented with the common language runtime (CLR) type.
TransactSql Implemented with Transact-SQL.

주의

The ImplementationType enumeration class is served by the ImplementationType property of the Trigger, DatabaseDdlTrigger, ServerDdlTrigger, StoredProcedureand UserDefinedFunction classes.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스