다음을 통해 공유


IDTSManagedTask 인터페이스

Defines an interface implemented on task classes to identify the class as a managed task.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
<GuidAttribute("728190BE-DB8D-4a64-A0C1-A4DA1688F73B")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)> _
Public Interface IDTSManagedTask
‘사용 방법
Dim instance As IDTSManagedTask
[GuidAttribute("728190BE-DB8D-4a64-A0C1-A4DA1688F73B")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
public interface IDTSManagedTask
[GuidAttribute(L"728190BE-DB8D-4a64-A0C1-A4DA1688F73B")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIDispatch)]
public interface class IDTSManagedTask
[<GuidAttribute("728190BE-DB8D-4a64-A0C1-A4DA1688F73B")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>]
type IDTSManagedTask =  interface end
public interface IDTSManagedTask

주의

Implemented by the Task class.

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime 네임스페이스