Freigeben über


IDTSTaskInfos100-Schnittstelle

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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