IDTSExtendedProperties100 인터페이스

정의

IDTSExtendedProperty100 개체의 컬렉션을 나타냅니다.

public interface class IDTSExtendedProperties100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("6A91ADDA-2BC3-4460-B286-1148CCB20692")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSExtendedProperties100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("C693269D-CB3E-4662-AAE1-6ACB06D21898")]
public interface IDTSExtendedProperties100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("B2499328-898D-4289-9A97-F6A636DCABFD")]
public interface IDTSExtendedProperties100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("6A91ADDA-2BC3-4460-B286-1148CCB20692")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSExtendedProperties100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("C693269D-CB3E-4662-AAE1-6ACB06D21898")>]
type IDTSExtendedProperties100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("B2499328-898D-4289-9A97-F6A636DCABFD")>]
type IDTSExtendedProperties100 = interface
    interface IEnumerable
Public Interface IDTSExtendedProperties100
Implements IEnumerable
특성
구현

속성

Count

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

Item[Object]

컬렉션에서 IDTSExtendedProperty100 개체를 가져옵니다.

메서드

Add(String, String, Object)

컬렉션의 끝에 비어 있는 새 IDTSExtendedProperty100 개체를 추가합니다.

GetEnumerator()

컬렉션을 반복하는 열거자를 반환합니다.

Remove(Object)

컬렉션에서 IDTSExtendedProperty100 개체를 제거합니다.

적용 대상