IDTSTaskInfos100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see TaskInfos.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("3B752F97-DC1D-49DF-9622-C57B58079D71")> _
Public Interface IDTSTaskInfos100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSTaskInfos100
[GuidAttribute("3B752F97-DC1D-49DF-9622-C57B58079D71")]
public interface IDTSTaskInfos100 : IEnumerable
[GuidAttribute(L"3B752F97-DC1D-49DF-9622-C57B58079D71")]
public interface class IDTSTaskInfos100 : IEnumerable
[<GuidAttribute("3B752F97-DC1D-49DF-9622-C57B58079D71")>]
type IDTSTaskInfos100 =
interface
interface IEnumerable
end
public interface IDTSTaskInfos100 extends IEnumerable
The IDTSTaskInfos100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Infrastructure. For more information, see TaskInfos. | |
Item | Infrastructure. For more information, see TaskInfos. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | Infrastructure. For more information, see TaskInfos. |
Top