Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.75 KB

assemblies-getting-information.md

File metadata and controls

34 lines (29 loc) · 1.75 KB
title description author ms.author ms.date ms.service ms.topic helpviewer_keywords
Get information about assemblies
Learn how to get information about assemblies using catalog views and functions.
rwestMSFT
randolphwest
08/02/2024
sql
reference
assemblies [CLR integration], metadata
status information [SQL Server], assemblies
metadata [SQL Server], assemblies

Get information about assemblies

[!INCLUDE SQL Server]

The following catalog views and functions can be queried for metadata about Common language runtime (CLR) assemblies.

Information Article
Individual assemblies ASSEMBLYPROPERTY
All assemblies in the database sys.assemblies
Assembly files, including assembly binaries, source files, and debug files sys.assembly_files
Cross-assembly references sys.assembly_references
User-defined types sys.assembly_types
sys.types
CLR stored procedures, triggers, and functions sys.assembly_modules
To get information about non-CLR objects sys.sql_modules

Related content