Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns a IDTSTaskInfos100 collection that contains IDTSTaskInfo100 objects. This property is read-only.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
ReadOnly Property TaskInfos As IDTSTaskInfos100
Get
'Usage
Dim instance As IDTSApplication100
Dim value As IDTSTaskInfos100
value = instance.TaskInfos
IDTSTaskInfos100 TaskInfos { get; }
property IDTSTaskInfos100^ TaskInfos {
IDTSTaskInfos100^ get ();
}
abstract TaskInfos : IDTSTaskInfos100
function get TaskInfos () : IDTSTaskInfos100
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTaskInfos100
A IDTSTaskInfos100 collection that contains all the IDTSTaskInfo100 objects in the application.