IVsSQLCLRReferencesUpdateCallback Interface

Definition

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.

Applies to