Bagikan melalui


IDTSPackageInfos100 Interface

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

Provides properties and methods for working on a collection of IDTSPackageInfo100 objects.

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

Syntax

'Declaration
<GuidAttribute("373BF673-95DD-48E6-AD97-454EA47BAD2E")> _
Public Interface IDTSPackageInfos100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSPackageInfos100
[GuidAttribute("373BF673-95DD-48E6-AD97-454EA47BAD2E")]
public interface IDTSPackageInfos100 : IEnumerable
[GuidAttribute(L"373BF673-95DD-48E6-AD97-454EA47BAD2E")]
public interface class IDTSPackageInfos100 : IEnumerable
[<GuidAttribute("373BF673-95DD-48E6-AD97-454EA47BAD2E")>]
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. Gets the number of elements contained in the IDTSPackageInfos100 instance.
Public property Item Infrastructure. Gets the IDTSPackageInfo100 object from the collection.

Top

Methods

  Name Description
Public method GetEnumerator Infrastructure. Returns an enumerator for use in iterating over the IDTSPackageInfos100 collection.

Top

Remarks

For more information, see PackageInfos.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace