IVsSQLCLRReferencesUpdateCallback Interface

 

Defines the callback function for reporting changes in SQL procedures compiled into assemblies.

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

[GuidAttribute("7E6F344E-52C0-4EDC-814B-16C6DE4AE9B4")]
[InterfaceTypeAttribute(1)]
public interface IVsSQLCLRReferencesUpdateCallback

NameDescription
System_CAPS_pubmethodUpdateResult(String, UInt32, Int32, IErrorInfo, UInt32)

Reports the result of updating an assembly.

Used as an argument in the UpdateReferences method of the IVsSQLCLRReferences interface.

Return to top
Show: