IDTSDBProviderInfos100-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Contains a collection of IDTSDBProviderInfo100 objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("D6863394-786D-4ED0-A3FD-A74695CDA5B5")> _
Public Interface IDTSDBProviderInfos100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSDBProviderInfos100
[GuidAttribute("D6863394-786D-4ED0-A3FD-A74695CDA5B5")]
public interface IDTSDBProviderInfos100 : IEnumerable
[GuidAttribute(L"D6863394-786D-4ED0-A3FD-A74695CDA5B5")]
public interface class IDTSDBProviderInfos100 : IEnumerable
[<GuidAttribute("D6863394-786D-4ED0-A3FD-A74695CDA5B5")>]
type IDTSDBProviderInfos100 =
interface
interface IEnumerable
end
public interface IDTSDBProviderInfos100 extends IEnumerable
Der IDTSDBProviderInfos100-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Infrastruktur Gets the number of elements contained in the collection. | |
Item | Infrastruktur Gets an IDTSDBProviderInfo100 object from the collection. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
GetEnumerator | Infrastruktur Returns an enumerator for use in iterating over the collection. |
Zum Anfang