IVsSQLCLRReferences 接口

管理对 SQL 程序编译到程序集中。处理 添加新引用 对话框以及协调本地缓存和 SQL Server。您可以获取接口的实例。 SVsSQLCLRReferences (SID_SVsSQLCLRReferences) services。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)

语法

声明
<GuidAttribute("7E6F344D-52C0-4EDC-814B-16C6DE4AE9B4")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSQLCLRReferences
[GuidAttribute("7E6F344D-52C0-4EDC-814B-16C6DE4AE9B4")]
[InterfaceTypeAttribute()]
public interface IVsSQLCLRReferences

IVsSQLCLRReferences 类型公开以下成员。

方法

  名称 说明
公共方法 InvokeNewReferencesDlg 调用 SQL CLR 添加 New 引用 对话框。
公共方法 UpdateReferences 使用同步本地缓存和服务器。

页首

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间