Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Provides properties and methods for working on a collection of IDTSBreakpointTarget100 objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("121D51C3-9254-4731-9842-EE15875F18F6")> _
Public Interface IDTSBreakpointTargets100 _
Inherits IEnumerable
'Usage
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
Der IDTSBreakpointTargets100-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Count | Infrastruktur Gets the number of elements contained in the collection. |
![]() |
Item | Infrastruktur Gets the item at the specified index. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
GetEnumerator | Infrastruktur Gets the enumerator that iterates through the collection. |
Zum Anfang
Hinweise
For more information, see BreakpointTargets.
.gif)
.gif)