IDTSApplication100.TaskInfos Property

Definition

Returns a IDTSTaskInfos100 collection that contains IDTSTaskInfo100 objects. This property is read-only.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSTaskInfos100 ^ TaskInfos { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSTaskInfos100 ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTaskInfos100 TaskInfos { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.TaskInfos : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTaskInfos100
Public ReadOnly Property TaskInfos As IDTSTaskInfos100

Property Value

A IDTSTaskInfos100 collection that contains all the IDTSTaskInfo100 objects in the application.

Attributes

Applies to