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

Hinweise

For more information, see Data Mining-Abfragetask.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DtsObject
     Microsoft.SqlServer.Dts.Runtime.Task
      Microsoft.SqlServer.Dts.Tasks.DMQueryTask.DMQueryTask

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

DMQueryTask Members
Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace