Share via


TaskCreator64Class Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents a task creator class.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.TaskCreator64Class

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("517E34D4-3647-4F95-B0E9-777FDA001395")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class TaskCreator64Class _
    Implements IDTSTaskCreator100, TaskCreator64
'Usage
Dim instance As TaskCreator64Class
[GuidAttribute("517E34D4-3647-4F95-B0E9-777FDA001395")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class TaskCreator64Class : IDTSTaskCreator100, 
    TaskCreator64
[GuidAttribute(L"517E34D4-3647-4F95-B0E9-777FDA001395")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class TaskCreator64Class : IDTSTaskCreator100, 
    TaskCreator64
[<GuidAttribute("517E34D4-3647-4F95-B0E9-777FDA001395")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type TaskCreator64Class =  
    class 
        interface IDTSTaskCreator100 
        interface TaskCreator64 
    end
public class TaskCreator64Class implements IDTSTaskCreator100, TaskCreator64

The TaskCreator64Class type exposes the following members.

Constructors

  Name Description
Public method TaskCreator64Class Infrastructure. Initializes a new instance of the TaskCreator64Class class.

Top

Methods

  Name Description
Public method CreateTask Infrastructure. Creates a task.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method MarshalConnections Infrastructure. Organizes the connections.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace