Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Sintaxis
'Declaración
Public Enumeration ImplementationType
'Uso
Dim instance As ImplementationType
public enum ImplementationType
public enum class ImplementationType
type ImplementationType
public enum ImplementationType
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| SqlClr | Implemented with the common language runtime (CLR) type. | |
| TransactSql | Implemented with Transact-SQL. |
Comentarios
The ImplementationType enumeration class is served by the ImplementationType property of the Trigger, DatabaseDdlTrigger, ServerDdlTrigger, StoredProcedureand UserDefinedFunction classes.