Freigeben über


IDTSTaskInfos100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der IDTSTaskInfos100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Infrastruktur Gets the number of elements contained in the collection.
Öffentliche Eigenschaft Item Infrastruktur Gets an IDTSTaskInfo100 from the collection.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetEnumerator Infrastruktur Retrieves an enumerator for use in iterating over the collection.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace