IVsSQLCLRReferences Interface
Manages references to SQL procedures compiled into assemblies. Handles the AddNewReference 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.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("7E6F344D-52C0-4EDC-814B-16C6DE4AE9B4")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSQLCLRReferences
[GuidAttribute("7E6F344D-52C0-4EDC-814B-16C6DE4AE9B4")]
[InterfaceTypeAttribute()]
public interface IVsSQLCLRReferences
[GuidAttribute(L"7E6F344D-52C0-4EDC-814B-16C6DE4AE9B4")]
[InterfaceTypeAttribute()]
public interface class IVsSQLCLRReferences
[<GuidAttribute("7E6F344D-52C0-4EDC-814B-16C6DE4AE9B4")>]
[<InterfaceTypeAttribute()>]
type IVsSQLCLRReferences = interface end
public interface IVsSQLCLRReferences
The IVsSQLCLRReferences type exposes the following members.
Methods
Name | Description | |
---|---|---|
InvokeNewReferencesDlg | Invokes the Add New Reference dialog. | |
UpdateReferences | Use to synchronizes the local cache and the server. |
Top