Share via


IPreloadable Interface

Any client that wants to call Preloader.PreloadCustom must pass an object implementing this interface.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

'Declaration
Public Interface IPreloadable
'Usage
Dim instance As IPreloadable
public interface IPreloadable
public interface class IPreloadable
type IPreloadable =  interface end
public interface IPreloadable

The IPreloadable type exposes the following members.

Methods

  Name Description
Public method Preload The implementation of Preload.

Top

See Also

Reference

Microsoft.SqlServer.Management.UI.VSIntegration Namespace