Interfaz IMiningModelViewerControl2
Extends an interface for IMiningModelViewerControl which supports passing an DbConnection object in addition to a connection string.
Espacio de nombres: Microsoft.DataWarehouse.Interfaces
Ensamblado: Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)
Sintaxis
'Declaración
Public Interface IMiningModelViewerControl2 _
Inherits IMiningModelViewerControl
'Uso
Dim instance As IMiningModelViewerControl2
public interface IMiningModelViewerControl2 : IMiningModelViewerControl
public interface class IMiningModelViewerControl2 : IMiningModelViewerControl
type IMiningModelViewerControl2 =
interface
interface IMiningModelViewerControl
end
public interface IMiningModelViewerControl2 extends IMiningModelViewerControl
El tipo IMiningModelViewerControl2 expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
ConnectionString | Infraestructura. Gets or sets a string used to open a connection. (Se hereda de IMiningModelViewerControl.) | |
DbConnection | Specifies the connection to an instance of Analysis Services. | |
MiningModelName | Infraestructura. Gets or sets the name of the mining model. (Se hereda de IMiningModelViewerControl.) | |
ServiceProvider | Infraestructura. Gets or sets the IServiceProvider for the control. (Se hereda de IMiningModelViewerControl.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
LoadViewerData | Infraestructura. Indicates whether the mining model loads viewer data. (Se hereda de IMiningModelViewerControl.) | |
ViewerActivated | Infraestructura. Specifies the activated viewer. (Se hereda de IMiningModelViewerControl.) |
Arriba
Comentarios
This interface is derived from IMiningModelViewerControl and allows you to pass an existing connection, instead of passing a connection string.