ApplicationClass.TaskInfos Property

Definition

Returns a TaskInfos collection that contains TaskInfo objects. This property is read-only.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSTaskInfos100 ^ TaskInfos { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSTaskInfos100 ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public virtual 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 Overridable ReadOnly Property TaskInfos As IDTSTaskInfos100

Property Value

A TaskInfos collection that contains all the TaskInfo objects in the application.

Implements

Attributes

Applies to