IDTSConnectionInfos100 インターフェイス

定義

コンピュータ上のすべての接続情報が含まれています。 コレクションには各接続の詳細を提供する IDTSConnectionInfo100 オブジェクトが含まれています。 このコレクションは ApplicationClass クラスを使って利用可能です。

public interface class IDTSConnectionInfos100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("58B2CCB9-1B55-46DF-896C-88DB522EEB14")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConnectionInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("4982A417-C160-428A-8F9D-9D5D6D3DE037")]
public interface IDTSConnectionInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("48C73836-7C38-48E4-95CD-CF11EDAC4A66")]
public interface IDTSConnectionInfos100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("58B2CCB9-1B55-46DF-896C-88DB522EEB14")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConnectionInfos100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("4982A417-C160-428A-8F9D-9D5D6D3DE037")>]
type IDTSConnectionInfos100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("48C73836-7C38-48E4-95CD-CF11EDAC4A66")>]
type IDTSConnectionInfos100 = interface
    interface IEnumerable
Public Interface IDTSConnectionInfos100
Implements IEnumerable
属性
実装

注釈

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

プロパティ

名前 説明
Count

コレクション内の IDTSConnectionInfo100 オブジェクトの数を取得します。

Item[Object]

コレクションから名前、インデックス、ID、またはアイデンティティから IDTSConnectionInfo100 オブジェクトを取得します。

メソッド

名前 説明
GetEnumerator()

IEnumerator コレクションを反復処理するIDTSConnectionInfos100 オブジェクトを返します。

適用対象