IDTSConnectionManagerCacheColumns100 インターフェイス

定義

IDTSConnectionManagerCacheColumn100オブジェクトの集合に対して作業するためのプロパティとメソッドを提供します。

public interface class IDTSConnectionManagerCacheColumns100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("B8C6C96F-7BE3-4F83-B0C8-A4EF061CB10A")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConnectionManagerCacheColumns100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("B3196D3E-D0B4-471D-9D1E-656CC3A2C028")]
public interface IDTSConnectionManagerCacheColumns100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("59945FB8-082E-4702-A59E-26448C7581F0")]
public interface IDTSConnectionManagerCacheColumns100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("B8C6C96F-7BE3-4F83-B0C8-A4EF061CB10A")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConnectionManagerCacheColumns100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("B3196D3E-D0B4-471D-9D1E-656CC3A2C028")>]
type IDTSConnectionManagerCacheColumns100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("59945FB8-082E-4702-A59E-26448C7581F0")>]
type IDTSConnectionManagerCacheColumns100 = interface
    interface IEnumerable
Public Interface IDTSConnectionManagerCacheColumns100
Implements IEnumerable
属性
実装

注釈

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

プロパティ

名前 説明
Count

コレクションに含まれる要素の数を取得します。

Item[Object]

コレクション内の指定された列を取得します。

メソッド

名前 説明
Add()

コレクション内に新しい列を作成します。

GetEnumerator()

コレクションを反復処理する列挙子を取得します。

Remove(Object)

指定した列をコレクションから削除します。

適用対象