Interfaccia IDTSTaskInfos100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Contains a collection of IDTSTaskInfo100 objects.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("313B935A-1797-4508-8E40-25ADF51A8BC4")> _
Public Interface IDTSTaskInfos100 _
    Inherits IEnumerable
'Utilizzo
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

Nel tipo IDTSTaskInfos100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Infrastruttura. Gets the number of elements contained in the collection.
Proprietà pubblica Item Infrastruttura. Gets an IDTSTaskInfo100 from the collection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetEnumerator Infrastruttura. Retrieves an enumerator for use in iterating over the collection.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper