Interfaccia IDTSDBProviderInfos100
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Contains a collection of IDTSDBProviderInfo100 objects.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<GuidAttribute("D6863394-786D-4ED0-A3FD-A74695CDA5B5")> _
Public Interface IDTSDBProviderInfos100 _
Inherits IEnumerable
'Utilizzo
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
Nel tipo IDTSDBProviderInfos100 sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Infrastruttura. Gets the number of elements contained in the collection. | |
Item | Infrastruttura. Gets an IDTSDBProviderInfo100 object from the collection. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
GetEnumerator | Infrastruttura. Returns an enumerator for use in iterating over the collection. |
In alto