Compartilhar via


Classe BreakpointTargets

Contains a collection of BreakpointTarget objects. This class cannot be inherited.

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

Sintaxe

'Declaração
Public NotInheritable Class BreakpointTargets _
    Inherits DTSReadOnlyCollectionBase
'Uso
Dim instance As BreakpointTargets
public sealed class BreakpointTargets : DTSReadOnlyCollectionBase
public ref class BreakpointTargets sealed : public DTSReadOnlyCollectionBase
[<SealedAttribute>]
type BreakpointTargets =  
    class
        inherit DTSReadOnlyCollectionBase
    end
public final class BreakpointTargets extends DTSReadOnlyCollectionBase

Comentários

Inherits from DTSReadOnlyCollectionBase.

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DTSReadOnlyCollectionBase
    Microsoft.SqlServer.Dts.Runtime..::..BreakpointTargets

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.