﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
	<assembly>
		<name>Microsoft.SqlServer.DMQueryTask</name>
	</assembly>
	<members>
		<member name="N:Microsoft.SqlServer.Dts.Tasks.DMQueryTask">
			<summary>The <see cref="N:Microsoft.SqlServer.Dts.Tasks.DMQueryTask" /> namespace contains the members used by the Data Mining Query task.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask">
			<summary>This class provides the properties and methods for the Data Mining Query task, which runs prediction queries based on data mining models built in Analysis Services. This class cannot be inherited.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask" /> class. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.AcceptBreakpointManager(Microsoft.SqlServer.Dts.Runtime.BreakpointManager)">
			<summary>Called by the run-time engine when a task or container is created, and is passed a <see cref="T:Microsoft.SqlServer.Dts.Runtime.BreakpointManager" /> manager to allow the task to create, remove, and check the status of breakpoints. This method is called by the runtime and is not used in code.</summary>
			<param name="manager">The breakpoint manager specific for this task.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.Execute(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging,System.Object)">
			<summary>Runs the task. </summary>
			<returns>A value from the <see cref="T:Microsoft.SqlServer.Dts.Runtime.DTSExecResult" /> enumeration.</returns>
			<param name="connections">A collection of connections used by the task.</param>
			<param name="variables">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.VariableDispenser" /> object for locking variables.</param>
			<param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents" /> interface.</param>
			<param name="log">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging" /> interface.</param>
			<param name="txn">The transaction object that the container is a part of. This value can be null.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.ExecuteQuery(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging,System.Object)">
			<summary>Executes the query found in the <see cref="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.QueryString" /> property.</summary>
			<returns>true indicates that the DMX query task executed successfully; false indicates that the DMX query task execution failed.</returns>
			<param name="connections">A collection of connections used by the task.</param>
			<param name="variablesDispenser">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.VariableDispenser" /> object for locking variables.</param>
			<param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents" /> interface.</param>
			<param name="log">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents" /> interface.</param>
			<param name="txn">The transaction object that the container is a part of. This value can be null.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.LoadFromXML(System.Xml.XmlElement,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)">
			<summary>This method is not callable by your application code. To load a package saved as .xml, use the <see cref="M:Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage(System.String,Microsoft.SqlServer.Dts.Runtime.IDTSEvents)" /> method.</summary>
			<param name="element">The node that contains the information to be loaded.</param>
			<param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents" /> interface for raising events (errors, warnings, and so on) during persistence.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.ResumeExecution">
			<summary>Resumes execution of the task after pausing. The task or container is resumed by the runtime engine. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.SaveToXML(System.Xml.XmlDocument,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)">
			<summary>This method is not callable by your application code. To save a package as .xml, use the <see cref="M:Microsoft.SqlServer.Dts.Runtime.Application.SaveToXml(System.String,Microsoft.SqlServer.Dts.Runtime.Package,Microsoft.SqlServer.Dts.Runtime.IDTSEvents)" /> method.</summary>
			<param name="doc">The XML document to save the information to.</param>
			<param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents" /> interface for raising events (errors, warnings, and so on) during persistence.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.SuspendExecution">
			<summary>Indicates that the executable needs to suspend. This method is called by the runtime engine. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.Validate(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging)">
			<summary>Verifies that the component is properly configured.</summary>
			<returns>A value from the <see cref="T:Microsoft.SqlServer.Dts.Runtime.DTSExecResult" /> enumeration.</returns>
			<param name="connections">A collection of connections used by the task.</param>
			<param name="variables">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.VariableDispenser" /> object for locking variables.</param>
			<param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents" /> interface.</param>
			<param name="log">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging" /> interface.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.DebugMode">
			<summary>A Boolean that indicates if a task should check if breakpoints are enabled. </summary>
			<returns>true to if the task should check if breakpoints are enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.ExecutionValue">
			<summary>Returns a user-defined object. This field is read-only. </summary>
			<returns>A user-defined object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.InputConnection">
			<summary>Gets or sets the connection string to an Analysis Services project or an Analysis Services database.</summary>
			<returns>A String that contains the connection string to an Analysis Services project or an Analysis Services database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.InputParameters">
			<summary>Gets or sets a collection of variables that is used in a parameterized Data Mining Extensions (DMX) query.</summary>
			<returns>A collection of variables that is used in a parameterized Data Mining Extensions (DMX) query.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.ModelName">
			<summary>Gets or sets the name of the mining model on which the query is based.</summary>
			<returns>A String that contains the name of the mining model.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.ModelStructureName">
			<summary>Gets or sets the name of the mining structure on which the query is based.</summary>
			<returns>A String that contains the name of the mining structure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.OutputConnection">
			<summary>Gets or sets the connection string to the OLE DB data source where the prediction query result will be stored. </summary>
			<returns>A String that contains the connection to the OLE DB data source.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.OutputTableName">
			<summary>Gets or sets the name of the table where the results of the prediction query are written.</summary>
			<returns>A String that contains the name of the output table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.OverwriteOutputTable">
			<summary>Gets or sets the Boolean value that indicates if the prediction query should overwrite content in the destination table. </summary>
			<returns>true to overwrite the content in the destination table; false to append the results to the existing results. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.QueryString">
			<summary>Gets or sets a String that contains the text that the transformation uses to create a prediction query.</summary>
			<returns>A String that contains the text that the transformation uses to create a prediction query.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.ResultParameters">
			<summary>Gets or sets a collection of Integration Services variables that is used to store the DMX query results.</summary>
			<returns>A collection of Integration Services variables that is used to store the DMX query results.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask.SuspendRequired">
			<summary>Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered.</summary>
			<returns>true if the task suspends when it encounters a breakpoint.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.InputParameter">
			<summary>Binds an SSIS package variable to a DMX query parameter. You can create a parameterized DMX query by referring to an InputParameter by its parameter name. The value of the SSIS package variable bound to the InputParameter is sent to the Analysis Services server when the DMX query is executed at package run time.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.InputParameter.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.InputParameter" /> class. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.InputParameter.DtsVariableName">
			<summary>Gets or sets the name of the SSIS package variable.</summary>
			<returns>A String containing the variable name. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.InputParameter.ParameterName">
			<summary>Gets or sets the name of the input parameter.</summary>
			<returns>A String containing the input parameter name. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ParameterResultType">
			<summary>Defines the type of result set that the Data Mining Query task can use.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ParameterResultType.FullResultSet">
			<summary>The result set contains all of the rows returned by the Data Mining Extensions (DMX) query. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ParameterResultType.SingleRowResult">
			<summary>The result set contains only the first row of the total rows returned by the DMX query.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ResultParameter">
			<summary>Binds the DMX query result to an SSIS package variable. At run time, the DMX query result will be assigned to the SSIS package variable.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ResultParameter.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ResultParameter" /> class. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ResultParameter.DtsVariableName">
			<summary>Gets or sets the name of the SSIS package variable.</summary>
			<returns>A String containing the name of the package variable.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ResultParameter.ResultName">
			<summary>Gets or sets the name of the ResultParameter.</summary>
			<returns>A String containing the name of the ResultParameter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ResultParameter.ResultType">
			<summary>Gets or sets a value from the <see cref="T:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ParameterResultType" /> enumeration, indicating whether the SSIS package variable should be populated with the column value matching the <see cref="P:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ResultParameter.ResultName" /> in the first row of the DMX query result, or whether the variable should be populated with the entire DMX query result in the form of a DataTable.</summary>
			<returns>A value from the <see cref="T:Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ParameterResultType" /> enumeration.</returns>
		</member>
	</members>
</doc>