Delen via


IDTSPackageInfos100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see PackageInfos.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("390247E5-8346-4707-8473-8F1E37152A62")> _
Public Interface IDTSPackageInfos100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSPackageInfos100
[GuidAttribute("390247E5-8346-4707-8473-8F1E37152A62")]
public interface IDTSPackageInfos100 : IEnumerable
[GuidAttribute(L"390247E5-8346-4707-8473-8F1E37152A62")]
public interface class IDTSPackageInfos100 : IEnumerable
[<GuidAttribute("390247E5-8346-4707-8473-8F1E37152A62")>]
type IDTSPackageInfos100 =  
    interface
        interface IEnumerable
    end
public interface IDTSPackageInfos100 extends IEnumerable

The IDTSPackageInfos100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. For more information, see PackageInfos.
Public property Item Infrastructure. For more information, see PackageInfos.

Top

Methods

  Name Description
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Infrastructure. For more information, see PackageInfos.

Top