IDTSExtendedProperties100 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクトをコレクションから削除します。 |