IMiningModelViewerControl Interface

 

Applies To: SQL Server 2016 Preview

Represents a viewer control for mining model.

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

Syntax

public interface IMiningModelViewerControl
public interface class IMiningModelViewerControl
type IMiningModelViewerControl = interface end
Public Interface IMiningModelViewerControl

Properties

Name Description
System_CAPS_pubproperty ConnectionString

Gets or sets a string used to open a connection.

System_CAPS_pubproperty MiningModelName

Gets or sets the name of the mining model.

System_CAPS_pubproperty ServiceProvider

Gets or sets the IServiceProvider for the control.

Methods

Name Description
System_CAPS_pubmethod LoadViewerData(Object)

Indicates whether the mining model loads viewer data.

System_CAPS_pubmethod ViewerActivated(Boolean)

Specifies the activated viewer.

See Also

Microsoft.DataWarehouse.Interfaces Namespace

Return to top