Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 2.54 KB

File metadata and controls

56 lines (38 loc) · 2.54 KB
title Getting Information About Assemblies | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql
ms.reviewer
ms.technology
ms.topic reference
helpviewer_keywords
assemblies [CLR integration], metadata
status information [SQL Server], assemblies
metadata [SQL Server], assemblies
ms.assetid 6aa7f18e-baad-4481-9777-8c3b230b392f
author rothja
ms.author jroth

Assemblies - Getting Information

[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md] 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