Used to mark a method definition in an assembly as a stored procedure. The properties on the attribute reflect the physical characteristics used when the type is registered with SQL Server. This class cannot be inherited.
See Also: SqlProcedureAttribute Members
Microsoft.SqlServer.Server.SqlProcedureAttribute is used only by Microsoft Visual Studio to automatically register the specified method as a stored procedure. It is not used by SQL Server.
See "CLR Stored Procedures" in SQL Server 2005 Books Online for more information on CLR stored procedures and examples.