IVsSQLCLRReferencesUpdateCallback Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the callback function for reporting changes in SQL procedures compiled into assemblies.
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
- Attributes
Remarks
Used as an argument in the UpdateReferences method of the IVsSQLCLRReferences interface.
Methods
UpdateResult(String, UInt32, Int32, IErrorInfo, UInt32) |
Reports the result of updating an assembly. |