Microsoft.SqlServer.DMQueryTask
命名空间包含数据挖掘查询任务使用的成员。
此类为数据挖掘查询任务提供属性和方法,该任务基于 Analysis Services 中内置的数据挖掘模型运行预测查询。无法继承此类。
初始化 类的新实例。
在创建任务或容器时由运行时引擎调用,并且为其传递 管理器,以便使任务能够创建、删除和检查断点的状态。此方法由运行时调用,在代码中未使用。
The breakpoint manager specific for this task.
运行任务。
A value from the enumeration.
A collection of connections used by the task.
A object for locking variables.
An object that implements the interface.
An object that implements the interface.
The transaction object that the container is a part of. This value can be null.
执行在 属性中找到的查询。
true indicates that the DMX query task executed successfully; false indicates that the DMX query task execution failed.
A collection of connections used by the task.
A object for locking variables.
An object that implements the interface.
An object that implements the interface.
The transaction object that the container is a part of. This value can be null.
此方法不能由应用程序代码调用。若要加载保存为 .xml 的包,请使用 方法。
The node that contains the information to be loaded.
An object that implements the interface for raising events (errors, warnings, and so on) during persistence.
暂停后恢复执行任务。由运行时引擎恢复任务或容器。
此方法不能由应用程序代码调用。若要将包保存为 .xml,请使用 方法。
The XML document to save the information to.
An object that implements the interface for raising events (errors, warnings, and so on) during persistence.
指示可执行文件需要挂起。运行时引擎调用此方法。
验证该组件已正确配置。
A value from the enumeration.
A collection of connections used by the task.
A object for locking variables.
An object that implements the interface.
An object that implements the interface.
一个布尔值,该值指示任务是否应检查断点启用与否。
true to if the task should check if breakpoints are enabled.
返回用户定义对象。此字段是只读的。
A user-defined object.
获取或设置到 Analysis Services 项目或 Analysis Services 数据库的连接字符串。
A String that contains the connection string to an Analysis Services project or an Analysis Services database.
获取或设置在参数化数据挖掘扩展插件 (DMX) 查询中使用的变量集合。
A collection of variables that is used in a parameterized Data Mining Extensions (DMX) query.
获取或设置查询所基于的挖掘模型的名称。
A String that contains the name of the mining model.
获取或设置查询所基于的挖掘结构的名称。
A String that contains the name of the mining structure.
获取或设置到 OLE DB 数据源的连接字符串,该数据源将存储预测查询结果。
A String that contains the connection to the OLE DB data source.
获取或设置写入预测查询结果的表的名称。
A String that contains the name of the output table.
获取或设置布尔值,该值指示预测查询是否应覆盖目标表中的内容。
true to overwrite the content in the destination table; false to append the results to the existing results.
获取或设置一个字符串,该字符串包含转换用于创建预测查询的文本。
A String that contains the text that the transformation uses to create a prediction query.
获取或设置用于存储 DMX 查询结果的 Integration Services 变量的集合。
A collection of Integration Services variables that is used to store the DMX query results.
获取或设置一个布尔值,该值指示在遇到断点时任务是否应挂起。遇到断点时,将由任务和容器的运行时引擎设置该值。
true if the task suspends when it encounters a breakpoint.
将 SSIS 包变量绑定到 DMX 查询参数。您可以通过按其参数名称引用 InputParameter,来创建参数化 DMX 查询。在包运行时执行 DMX 查询时,将绑定到 InputParameter 的 SSIS 包变量的值发送到 Analysis Services 服务器。
初始化 类的新实例。
获取或设置 SSIS 包变量的名称。
A String containing the variable name.
获取或设置输入参数的名称。
A String containing the input parameter name.
定义数据挖掘查询任务可使用的结果集的类型。
结果集包含数据挖掘扩展插件 (DMX) 查询返回的所有行。
结果集只包含 DMX 查询返回的所有行中的第一行。
将 DMX 查询结果绑定到 SSIS 包变量。在运行时,将 DMX 查询结果赋给 SSIS 包变量。
初始化 类的新实例。
获取或设置 SSIS 包变量的名称。
A String containing the name of the package variable.
获取或设置 ResultParameter 的名称。
A String containing the name of the ResultParameter.
获取或设置 枚举中的一个值,该值指示 SSIS 包变量应使用匹配 DMX 查询结果第一行中的 的列值进行填充,还是使用 DataTable 中的整个 DMX 查询结果进行填充。
A value from the enumeration.