IMiningModelViewerControl2 Interface

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

Syntax

'Declaration
Public Interface IMiningModelViewerControl2 _
    Inherits IMiningModelViewerControl
'Usage
Dim instance As IMiningModelViewerControl2
public interface IMiningModelViewerControl2 : IMiningModelViewerControl
public interface class IMiningModelViewerControl2 : IMiningModelViewerControl
type IMiningModelViewerControl2 =  
    interface
        interface IMiningModelViewerControl
    end
public interface IMiningModelViewerControl2 extends IMiningModelViewerControl

The IMiningModelViewerControl2 type exposes the following members.

Properties

  Name Description
Public property ConnectionString (Inherited from IMiningModelViewerControl.)
Public property DbConnection Specifies the connection to an instance of Analysis Services.
Public property MiningModelName (Inherited from IMiningModelViewerControl.)
Public property ServiceProvider (Inherited from IMiningModelViewerControl.)

Top

Methods

  Name Description
Public method LoadViewerData (Inherited from IMiningModelViewerControl.)
Public method ViewerActivated (Inherited from IMiningModelViewerControl.)

Top

Remarks

This interface is derived from IMiningModelViewerControl and allows you to pass an existing connection, instead of passing a connection string.