IDTSProperties100 インターフェイス

定義

IDTSProperty100 オブジェクトのコレクションを含んでいます。

public interface class IDTSProperties100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("6A284448-12BC-4830-A58D-6E28FD26308D")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSProperties100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("E94E9ACC-5E94-4312-B3E8-9B5ACA29BE77")]
public interface IDTSProperties100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("B7DEA4A1-5E9A-4A88-B0F1-0A7F346F4F46")]
public interface IDTSProperties100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("6A284448-12BC-4830-A58D-6E28FD26308D")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSProperties100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("E94E9ACC-5E94-4312-B3E8-9B5ACA29BE77")>]
type IDTSProperties100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("B7DEA4A1-5E9A-4A88-B0F1-0A7F346F4F46")>]
type IDTSProperties100 = interface
    interface IEnumerable
Public Interface IDTSProperties100
Implements IEnumerable
派生
属性
実装

注釈

詳細については、「DtsProperties」を参照してください。

プロパティ

Count

IDTSProperties100 インスタンスに含まれる要素の数を取得します。

Item[Object]

IDTSProperty100 オブジェクトをコレクションから取得します。

メソッド

Add(IDTSProperty100)

コレクションにプロパティを追加します。

GetEnumerator()

IDTSProperties100 コレクションに対する繰り返し処理で使用する列挙子を返します。

適用対象