IDTSRunningPackages100 인터페이스

정의

IDTSRunningPackage100 개체의 컬렉션을 포함합니다.

public interface class IDTSRunningPackages100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0554E63F-FD29-486C-A04D-0E80000E1465")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRunningPackages100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("A52A3213-6294-4485-A217-C5A47759BC2B")]
public interface IDTSRunningPackages100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("E768334B-5CAE-4909-A054-94A782DD0029")]
public interface IDTSRunningPackages100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("0554E63F-FD29-486C-A04D-0E80000E1465")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRunningPackages100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("A52A3213-6294-4485-A217-C5A47759BC2B")>]
type IDTSRunningPackages100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("E768334B-5CAE-4909-A054-94A782DD0029")>]
type IDTSRunningPackages100 = interface
    interface IEnumerable
Public Interface IDTSRunningPackages100
Implements IEnumerable
특성
구현

설명

자세한 내용은 RunningPackages를 참조하세요.

속성

Count

컬렉션에 포함된 요소 수를 가져옵니다.

Item[Object]

지정한 키를 가진 실행 중인 패키지를 가져옵니다.

메서드

GetEnumerator()

컬렉션을 반복하는 열거자를 가져옵니다.

적용 대상