IDTSRunningPackages100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Contains a collection of IDTSRunningPackage100 objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("76B14DD9-D400-4516-BC92-73683B7DDE56")> _
Public Interface IDTSRunningPackages100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSRunningPackages100
[GuidAttribute("76B14DD9-D400-4516-BC92-73683B7DDE56")]
public interface IDTSRunningPackages100 : IEnumerable
[GuidAttribute(L"76B14DD9-D400-4516-BC92-73683B7DDE56")]
public interface class IDTSRunningPackages100 : IEnumerable
[<GuidAttribute("76B14DD9-D400-4516-BC92-73683B7DDE56")>]
type IDTSRunningPackages100 =
interface
interface IEnumerable
end
public interface IDTSRunningPackages100 extends IEnumerable
The IDTSRunningPackages100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Infrastructure. Gets the number of elements contained in the collection. | |
Item | Infrastructure. Gets the running package with the specified key. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator | Infrastructure. Gets an enumerator that iterates through the collection. |
Top
Remarks
For more information, see RunningPackages.