ASSEMBLYPROPERTY (Transact-SQL)
SQL Server 2012
Returns information about a property of an assembly.
The following example assumes a HelloWorld assembly is registered in the AdventureWorks2012 database. For more information, see Hello World Sample.
USE AdventureWorks2012;
GO
SELECT ASSEMBLYPROPERTY ('HelloWorld' , 'PublicKey');