Compartilhar via


Interface IDTSBreakpointTargets100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Provides properties and methods for working on a collection of IDTSBreakpointTarget100 objects.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<GuidAttribute("121D51C3-9254-4731-9842-EE15875F18F6")> _
Public Interface IDTSBreakpointTargets100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSBreakpointTargets100
[GuidAttribute("121D51C3-9254-4731-9842-EE15875F18F6")]
public interface IDTSBreakpointTargets100 : IEnumerable
[GuidAttribute(L"121D51C3-9254-4731-9842-EE15875F18F6")]
public interface class IDTSBreakpointTargets100 : IEnumerable
[<GuidAttribute("121D51C3-9254-4731-9842-EE15875F18F6")>]
type IDTSBreakpointTargets100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSBreakpointTargets100 extends IEnumerable

O tipo IDTSBreakpointTargets100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Infraestrutura. Gets the number of elements contained in the collection.
Propriedade pública Item Infraestrutura. Gets the item at the specified index.

Início

Métodos

  Nome Descrição
Método público GetEnumerator Infraestrutura. Gets the enumerator that iterates through the collection.

Início

Comentários

For more information, see BreakpointTargets.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper