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)
public interface IMiningModelViewerControl
public interface class IMiningModelViewerControl
type IMiningModelViewerControl = interface end
Public Interface IMiningModelViewerControl
Name | Description | |
---|---|---|
ConnectionString | Gets or sets a string used to open a connection. |
|
MiningModelName | Gets or sets the name of the mining model. |
|
ServiceProvider | Gets or sets the IServiceProvider for the control. |
Name | Description | |
---|---|---|
LoadViewerData(Object) | Indicates whether the mining model loads viewer data. |
|
ViewerActivated(Boolean) | Specifies the activated viewer. |
Microsoft.DataWarehouse.Interfaces Namespace
Return to top