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
'Usage
Dim instance As IVsSQLCLRReferences
[GuidAttribute("7E6F344D-52C0-4EDC-814B-16C6DE4AE9B4")]
[InterfaceTypeAttribute()]
public interface IVsSQLCLRReferences
[GuidAttribute(L"7E6F344D-52C0-4EDC-814B-16C6DE4AE9B4")]
[InterfaceTypeAttribute()]
public interface class IVsSQLCLRReferences
public interface IVsSQLCLRReferences

See Also

Reference

IVsSQLCLRReferences Members

Microsoft.VisualStudio.Shell.Interop Namespace