IDTSConnectionInfos100 Interface

Definition

Contains information about all the connections on the computer. The collection contains IDTSConnectionInfo100 objects that provide the details about each connection. The collection is available using the ApplicationClass class.

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
Attributes
Implements

Remarks

For more information, see ConnectionInfos.

Properties

Count

Gets the number of IDTSConnectionInfo100 objects in the collection.

Item[Object]

Gets the IDTSConnectionInfo100 object from the collection by the name, index, ID, or identity.

Methods

GetEnumerator()

Returns an IEnumerator object that iterates through the IDTSConnectionInfos100 collection.

Applies to