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 | |
---|---|---|
TaskCreator64Class | Infrastructure. Initializes a new instance of the TaskCreator64Class class. |
Top
Methods
Name | Description | |
---|---|---|
CreateTask | Infrastructure. Creates a task. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MarshalConnections | Infrastructure. Organizes the connections. | |
MemberwiseClone | (Inherited from Object.) | |
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.