Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<GuidAttribute("7E6F344E-52C0-4EDC-814B-16C6DE4AE9B4")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSQLCLRReferencesUpdateCallback
[GuidAttribute("7E6F344E-52C0-4EDC-814B-16C6DE4AE9B4")]
[InterfaceTypeAttribute()]
public interface IVsSQLCLRReferencesUpdateCallback
[GuidAttribute(L"7E6F344E-52C0-4EDC-814B-16C6DE4AE9B4")]
[InterfaceTypeAttribute()]
public interface class IVsSQLCLRReferencesUpdateCallback
[<GuidAttribute("7E6F344E-52C0-4EDC-814B-16C6DE4AE9B4")>]
[<InterfaceTypeAttribute()>]
type IVsSQLCLRReferencesUpdateCallback = interface end
public interface IVsSQLCLRReferencesUpdateCallback
The IVsSQLCLRReferencesUpdateCallback type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
UpdateResult | Reports the result of updating an assembly. |
Top
Remarks
Used as an argument in the UpdateReferences method of the IVsSQLCLRReferences interface.