IVsSQLCLRReferences Interface
Visual Studio 2015
Manages references to SQL procedures compiled into assemblies. Handles the Add New Reference dialog as well as coordinating the local cache and SQL Server. You can get an instance of the interface from the SVsSQLCLRReferences (SID_SVsSQLCLRReferences) service.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | InvokeNewReferencesDlg(Object, Object, UInt32, String, UInt32, IVsComponentUser) | Invokes the Add New Reference dialog. |
![]() | UpdateReferences(Object, Object, UInt32, UInt32, String[], String, UInt32, IVsSQLCLRReferencesUpdateCallback) | Use to synchronizes the local cache and the server. |
Show:
