Интерфейс IDTSBreakpointTargets100
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Provides properties and methods for working on a collection of IDTSBreakpointTarget100 objects.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("121D51C3-9254-4731-9842-EE15875F18F6")> _
Public Interface IDTSBreakpointTargets100 _
Inherits IEnumerable
'Применение
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
Тип IDTSBreakpointTargets100 обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
![]() |
Count | Инфраструктура. Gets the number of elements contained in the collection. |
![]() |
Item | Инфраструктура. Gets the item at the specified index. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
GetEnumerator | Инфраструктура. Gets the enumerator that iterates through the collection. |
В начало
Замечания
For more information, see BreakpointTargets.