IVsSQLCLRReferences Interface

Definition

Manages references to SQL procedures compiled into assemblies. Handles the AddNewReference dialog as well as coordinating the local cache and SQL Server. You can get an instance of the interface from the SVsSQLCLRReferences (SID_SVsSQLCLRReferences) service.

public interface class IVsSQLCLRReferences
public interface class IVsSQLCLRReferences
__interface IVsSQLCLRReferences
[System.Runtime.InteropServices.Guid("7E6F344D-52C0-4EDC-814B-16C6DE4AE9B4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSQLCLRReferences
[<System.Runtime.InteropServices.Guid("7E6F344D-52C0-4EDC-814B-16C6DE4AE9B4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSQLCLRReferences = interface
Public Interface IVsSQLCLRReferences
Attributes

Methods

InvokeNewReferencesDlg(Object, Object, UInt32, String, UInt32, IVsComponentUser)

Invokes the Add New Reference dialog.

UpdateReferences(Object, Object, UInt32, UInt32, String[], String, UInt32, IVsSQLCLRReferencesUpdateCallback)

Use to synchronizes the local cache and the server.

Applies to