IDTSDBProviderInfos100 Interface

Definition

Contains a collection of IDTSDBProviderInfo100 objects.

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

Properties

Count

Gets the number of elements contained in the collection.

Item[Object]

Gets an IDTSDBProviderInfo100 object from the collection.

Methods

GetEnumerator()

Returns an enumerator for use in iterating over the collection.

Applies to