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 | |
---|---|---|
Count | Infrastructure. For more information, see PackageInfos. | |
Item | Infrastructure. For more information, see PackageInfos. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | Infrastructure. For more information, see PackageInfos. |
Top