IMiningModelViewerControl2 Interface

 

Applies To: SQL Server 2016 Preview

Extends an interface for IMiningModelViewerControl which supports passing an T:Microsoft.DataWarehouse.Interfaces.IMiningModelViewerControl2.DbConnection object in addition to a connection string.

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

Syntax

public interface IMiningModelViewerControl2 : IMiningModelViewerControl
public interface class IMiningModelViewerControl2 : IMiningModelViewerControl
type IMiningModelViewerControl2 = 
    interface
        interface IMiningModelViewerControl
    end
Public Interface IMiningModelViewerControl2
    Inherits IMiningModelViewerControl

Properties

Name Description
System_CAPS_pubproperty ConnectionString

Gets or sets a string used to open a connection.(Inherited from IMiningModelViewerControl.)

System_CAPS_pubproperty DbConnection

Specifies the connection to an instance of Analysis Services.

System_CAPS_pubproperty MiningModelName

Gets or sets the name of the mining model.(Inherited from IMiningModelViewerControl.)

System_CAPS_pubproperty ServiceProvider

Gets or sets the IServiceProvider for the control.(Inherited from IMiningModelViewerControl.)

Methods

Name Description
System_CAPS_pubmethod LoadViewerData(Object)

Indicates whether the mining model loads viewer data.(Inherited from IMiningModelViewerControl.)

System_CAPS_pubmethod ViewerActivated(Boolean)

Specifies the activated viewer.(Inherited from IMiningModelViewerControl.)

See Also

Microsoft.DataWarehouse.Interfaces Namespace

Return to top