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 | |
---|---|---|
![]() |
ConnectionString | (Inherited from IMiningModelViewerControl.) |
![]() |
DbConnection | Specifies the connection to an instance of Analysis Services. |
![]() |
MiningModelName | (Inherited from IMiningModelViewerControl.) |
![]() |
ServiceProvider | (Inherited from IMiningModelViewerControl.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
LoadViewerData | (Inherited from IMiningModelViewerControl.) |
![]() |
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.