Interface IDTSTaskInfos100
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 IDTSTaskInfo100 objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("313B935A-1797-4508-8E40-25ADF51A8BC4")> _
Public Interface IDTSTaskInfos100 _
Inherits IEnumerable
'Uso
Dim instance As IDTSTaskInfos100
[GuidAttribute("313B935A-1797-4508-8E40-25ADF51A8BC4")]
public interface IDTSTaskInfos100 : IEnumerable
[GuidAttribute(L"313B935A-1797-4508-8E40-25ADF51A8BC4")]
public interface class IDTSTaskInfos100 : IEnumerable
[<GuidAttribute("313B935A-1797-4508-8E40-25ADF51A8BC4")>]
type IDTSTaskInfos100 =
interface
interface IEnumerable
end
public interface IDTSTaskInfos100 extends IEnumerable
O tipo IDTSTaskInfos100 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 IDTSTaskInfo100 from the collection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
GetEnumerator | Infraestrutura. Retrieves an enumerator for use in iterating over the collection. |
Início