IDTSTaskInfos100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Contains a collection of IDTSTaskInfo100 objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("313B935A-1797-4508-8E40-25ADF51A8BC4")> _
Public Interface IDTSTaskInfos100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSTaskInfos100
[GuidAttribute("313B935A-1797-4508-8E40-25ADF51A8BC4")]
public interface IDTSTaskInfos100 : IEnumerable
[GuidAttribute(L"313B935A-1797-4508-8E40-25ADF51A8BC4")]
public interface class IDTSTaskInfos100 : IEnumerable
[<GuidAttribute("313B935A-1797-4508-8E40-25ADF51A8BC4")>]
type IDTSTaskInfos100 =
interface
interface IEnumerable
end
public interface IDTSTaskInfos100 extends IEnumerable
The IDTSTaskInfos100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Infrastructure. Gets the number of elements contained in the collection. | |
Item | Infrastructure. Gets an IDTSTaskInfo100 from the collection. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator | Infrastructure. Retrieves an enumerator for use in iterating over the collection. |
Top