Interface IDTSDBProviderInfos100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Contains a collection of IDTSDBProviderInfo100 objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("D6863394-786D-4ED0-A3FD-A74695CDA5B5")> _
Public Interface IDTSDBProviderInfos100 _
Inherits IEnumerable
'Uso
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
O tipo IDTSDBProviderInfos100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Infraestrutura. Gets the number of elements contained in the collection. | |
Item | Infraestrutura. Gets an IDTSDBProviderInfo100 object from the collection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
GetEnumerator | Infraestrutura. Returns an enumerator for use in iterating over the collection. |
Início