Megosztás a következőn keresztül:


IDTSBreakpointTargets100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see BreakpointTargets.

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

Syntax

'Declaration
<GuidAttribute("7F81939C-C0F6-4054-9186-660DD8F2560B")> _
Public Interface IDTSBreakpointTargets100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSBreakpointTargets100
[GuidAttribute("7F81939C-C0F6-4054-9186-660DD8F2560B")]
public interface IDTSBreakpointTargets100 : IEnumerable
[GuidAttribute(L"7F81939C-C0F6-4054-9186-660DD8F2560B")]
public interface class IDTSBreakpointTargets100 : IEnumerable
[<GuidAttribute("7F81939C-C0F6-4054-9186-660DD8F2560B")>]
type IDTSBreakpointTargets100 =  
    interface
        interface IEnumerable
    end
public interface IDTSBreakpointTargets100 extends IEnumerable

The IDTSBreakpointTargets100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. For more information, see BreakpointTargets.
Public property Item Infrastructure. For more information, see BreakpointTargets.

Top

Methods

  Name Description
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Infrastructure. For more information, see BreakpointTargets.

Top