IMiningModelViewerControl Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents a viewer control for mining model.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

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

The IMiningModelViewerControl type exposes the following members.

Properties

  Name Description
Public property ConnectionString Infrastructure. Gets or sets a string used to open a connection.
Public property MiningModelName Infrastructure. Gets or sets the name of the mining model.
Public property ServiceProvider Infrastructure. Gets or sets the IServiceProvider for the control.

Top

Methods

  Name Description
Public method LoadViewerData Infrastructure. Indicates whether the mining model loads viewer data.
Public method ViewerActivated Infrastructure. Specifies the activated viewer.

Top

See Also

Reference

Microsoft.DataWarehouse.Interfaces Namespace