New SQL Server project templates for VS2015 (Create CLR Scalar Function.sql)
1: CREATE FUNCTION $SchemaQualifiedObjectName$
2: (
3: @param1 int,
4: @param2 int
5: )
6: RETURNS INT
7: AS EXTERNAL NAME $SomeAssembly$.$SomeType$.$SomeMethod$
Comments (
)
Link to this page:
//www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-CLR-Scalar-Function-sql.htm
|