IVsSQLCLRReferencesUpdateCallback 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义用于报告编译为程序集的 SQL 过程中的更改的回调函数。
public interface class IVsSQLCLRReferencesUpdateCallback
public interface class IVsSQLCLRReferencesUpdateCallback
__interface IVsSQLCLRReferencesUpdateCallback
[System.Runtime.InteropServices.Guid("7E6F344E-52C0-4EDC-814B-16C6DE4AE9B4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSQLCLRReferencesUpdateCallback
[<System.Runtime.InteropServices.Guid("7E6F344E-52C0-4EDC-814B-16C6DE4AE9B4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSQLCLRReferencesUpdateCallback = interface
Public Interface IVsSQLCLRReferencesUpdateCallback
- 属性
注解
用作接口的方法中的参数 UpdateReferences IVsSQLCLRReferences 。
方法
| UpdateResult(String, UInt32, Int32, IErrorInfo, UInt32) |
报告程序集更新的结果。 |