DMQueryTask Class
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.
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in microsoft.sqlserver.dmquerytask.dll)
Syntax
'Declaration
<GuidAttribute("8CB33E76-4BCC-46d0-854F-5D4846AB1491")> _
Public Class DMQueryTask
Inherits Task
Implements IDTSBreakpointSite, IDTSSuspend, IDTSComponentPersist, IDMQueryTask
[GuidAttribute("8CB33E76-4BCC-46d0-854F-5D4846AB1491")]
public class DMQueryTask : Task, IDTSBreakpointSite, IDTSSuspend, IDTSComponentPersist,
IDMQueryTask
[GuidAttribute(L"8CB33E76-4BCC-46d0-854F-5D4846AB1491")]
public ref class DMQueryTask : public Task, IDTSBreakpointSite, IDTSSuspend, IDTSComponentPersist,
IDMQueryTask
/** @attribute GuidAttribute("8CB33E76-4BCC-46d0-854F-5D4846AB1491") */
public class DMQueryTask extends Task implements IDTSBreakpointSite, IDTSSuspend,
IDTSComponentPersist, IDMQueryTask
GuidAttribute("8CB33E76-4BCC-46d0-854F-5D4846AB1491")
public class DMQueryTask extends Task implements IDTSBreakpointSite, IDTSSuspend,
IDTSComponentPersist, IDMQueryTask
Remarks
For more information, see Data Mining Query Task.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.Task
Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
DMQueryTask Members
Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace