หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration ImplementationType
'Usage
Dim instance As ImplementationType
public enum ImplementationType
public enum class ImplementationType
type ImplementationType
public enum ImplementationType
Members
| Member name | Description | |
|---|---|---|
| SqlClr | Implemented with the common language runtime (CLR) type. | |
| TransactSql | Implemented with Transact-SQL. |
Remarks
The ImplementationType enumeration class is served by the ImplementationType property of the Trigger, DatabaseDdlTrigger, ServerDdlTrigger, StoredProcedureand UserDefinedFunction classes.