Expand Minimize
This topic has not yet been rated - Rate this topic

ImplementationType Enumeration

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)
public enum ImplementationType
Member nameDescription
TransactSqlImplemented with Transact-SQL.
SqlClrImplemented with the common language runtime (CLR) type.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.