IVsSQLCLRReferences Interface

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.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

声明
<GuidAttribute("7E6F344D-52C0-4EDC-814B-16C6DE4AE9B4")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSQLCLRReferences
用法
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
[<GuidAttribute("7E6F344D-52C0-4EDC-814B-16C6DE4AE9B4")>]
[<InterfaceTypeAttribute()>]
type IVsSQLCLRReferences =  interface end
public interface IVsSQLCLRReferences

See Also

Reference

IVsSQLCLRReferences Members

Microsoft.VisualStudio.Shell.Interop Namespace