Assemblies - Getting Information

Applies to: SQL Server

The following catalog views and functions can be queried for metadata about assemblies.

To get information about individual assemblies

To get information about all assemblies in the database

To get information about assembly files, including assembly binaries, source files, and debug files

To get information about cross-assembly references

To get assembly information about user-defined types

To get assembly information about common language runtime (CLR) stored procedures, triggers, and functions

To get information about non-CLR objects

See Also

Assemblies (Database Engine)
Designing Assemblies
Implementing Assemblies