IDTSDBProviderInfos100 インターフェイス

定義

IDTSDBProviderInfo100 オブジェクトのコレクションを格納します。

public interface class IDTSDBProviderInfos100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("8D70CE44-09E5-41A8-87E9-F188EE67FF53")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSDBProviderInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("517803E0-CAD8-40CF-86AE-A18A43B3F7C8")]
public interface IDTSDBProviderInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("8C355CF4-7317-4038-8E53-D406B224DDA3")]
public interface IDTSDBProviderInfos100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("8D70CE44-09E5-41A8-87E9-F188EE67FF53")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSDBProviderInfos100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("517803E0-CAD8-40CF-86AE-A18A43B3F7C8")>]
type IDTSDBProviderInfos100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("8C355CF4-7317-4038-8E53-D406B224DDA3")>]
type IDTSDBProviderInfos100 = interface
    interface IEnumerable
Public Interface IDTSDBProviderInfos100
Implements IEnumerable
属性
実装

プロパティ

名前 説明
Count

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

Item[Object]

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

メソッド

名前 説明
GetEnumerator()

コレクションの反復に使うために、列挙子を返します。

適用対象