Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Enumeration ImplementationType
'Utilisation
Dim instance As ImplementationType
public enum ImplementationType
public enum class ImplementationType
type ImplementationType
public enum ImplementationType
Membres
| Nom de membre | Description | |
|---|---|---|
| SqlClr | Implemented with the common language runtime (CLR) type. | |
| TransactSql | Implemented with Transact-SQL. |
Notes
The ImplementationType enumeration class is served by the ImplementationType property of the Trigger, DatabaseDdlTrigger, ServerDdlTrigger, StoredProcedureand UserDefinedFunction classes.