TaskCreator64Class Class
This API supports the infrastructure and is not intended to be used directly from your code.
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("0EA3626B-6600-4448-932B-DEA654AD7676")> _
<ClassInterfaceAttribute()> _
Public Class TaskCreator64Class _
Implements IDTSTaskCreator100, TaskCreator64
'Usage
Dim instance As TaskCreator64Class
[GuidAttribute("0EA3626B-6600-4448-932B-DEA654AD7676")]
[ClassInterfaceAttribute()]
public class TaskCreator64Class : IDTSTaskCreator100,
TaskCreator64
[GuidAttribute(L"0EA3626B-6600-4448-932B-DEA654AD7676")]
[ClassInterfaceAttribute()]
public ref class TaskCreator64Class : IDTSTaskCreator100,
TaskCreator64
[<GuidAttribute("0EA3626B-6600-4448-932B-DEA654AD7676")>]
[<ClassInterfaceAttribute()>]
type TaskCreator64Class =
class
interface IDTSTaskCreator100
interface TaskCreator64
end
public class TaskCreator64Class implements IDTSTaskCreator100, TaskCreator64
The TaskCreator64Class type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateTask | Infrastructure. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MarshalConnections | Infrastructure. | |
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.