IMiningModelViewerControl2 接口
Extends an interface for IMiningModelViewerControl which supports passing an DbConnection object in addition to a connection string.
命名空间: Microsoft.DataWarehouse.Interfaces
程序集: Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)
语法
声明
Public Interface IMiningModelViewerControl2 _
Inherits IMiningModelViewerControl
用法
Dim instance As IMiningModelViewerControl2
public interface IMiningModelViewerControl2 : IMiningModelViewerControl
public interface class IMiningModelViewerControl2 : IMiningModelViewerControl
type IMiningModelViewerControl2 =
interface
interface IMiningModelViewerControl
end
public interface IMiningModelViewerControl2 extends IMiningModelViewerControl
IMiningModelViewerControl2 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
ConnectionString | 基础结构。Gets or sets a string used to open a connection. (从 IMiningModelViewerControl 继承。) | |
DbConnection | Specifies the connection to an instance of Analysis Services. | |
MiningModelName | 基础结构。Gets or sets the name of the mining model. (从 IMiningModelViewerControl 继承。) | |
ServiceProvider | 基础结构。Gets or sets the IServiceProvider for the control. (从 IMiningModelViewerControl 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
LoadViewerData | 基础结构。Indicates whether the mining model loads viewer data. (从 IMiningModelViewerControl 继承。) | |
ViewerActivated | 基础结构。Specifies the activated viewer. (从 IMiningModelViewerControl 继承。) |
页首
注释
This interface is derived from IMiningModelViewerControl and allows you to pass an existing connection, instead of passing a connection string.