Interface IMiningModelViewerControl2

Extends an interface for IMiningModelViewerControl which supports passing an DbConnection object in addition to a connection string.

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Public Interface IMiningModelViewerControl2 _
    Inherits IMiningModelViewerControl
'Utilisation
Dim instance As IMiningModelViewerControl2
public interface IMiningModelViewerControl2 : IMiningModelViewerControl
public interface class IMiningModelViewerControl2 : IMiningModelViewerControl
type IMiningModelViewerControl2 =  
    interface 
        interface IMiningModelViewerControl 
    end
public interface IMiningModelViewerControl2 extends IMiningModelViewerControl

Le type IMiningModelViewerControl2 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ConnectionString Infrastructure. Gets or sets a string used to open a connection. (hérité de IMiningModelViewerControl.)
Propriété publique DbConnection Specifies the connection to an instance of Analysis Services.
Propriété publique MiningModelName Infrastructure. Gets or sets the name of the mining model. (hérité de IMiningModelViewerControl.)
Propriété publique ServiceProvider Infrastructure. Gets or sets the IServiceProvider for the control. (hérité de IMiningModelViewerControl.)

Haut de la page

Méthodes

  Nom Description
Méthode publique LoadViewerData Infrastructure. Indicates whether the mining model loads viewer data. (hérité de IMiningModelViewerControl.)
Méthode publique ViewerActivated Infrastructure. Specifies the activated viewer. (hérité de IMiningModelViewerControl.)

Haut de la page

Notes

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

Voir aussi

Référence

Espace de noms Microsoft.DataWarehouse.Interfaces