Returns a row for each Transact-SQL execution plan, common language runtime (CLR) execution plan, and cursor associated with a plan.
dm_exec_cached_plan_dependent_objects(plan_handle)
Uniquely identifies a query execution plan for a batch that has executed and its plan resides in the plan cache. plan_handle is varbinary(64). The plan_handle can be obtained from the following dynamic management objects:
usecounts
int
Number of times the execution context or cursor has been used.
Column is not nullable.
memory_object_address
varbinary(8)
Memory address of the execution context or cursor.
cacheobjtype
nvarchar(50)
Possible values are
Requires VIEW SERVER STATE permission on the server.
dm_exec_cached_plan_dependent_objects
dm_os_memory_objects
One-to-one