Интерфейс IDTSPipelineComponentInfos100
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Provides properties and methods for working on a collection of IDTSPipelineComponentInfo100 objects.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("DC6BF235-A348-46FC-AEC7-9095CAE9FD93")> _
Public Interface IDTSPipelineComponentInfos100 _
Inherits IEnumerable
'Применение
Dim instance As IDTSPipelineComponentInfos100
[GuidAttribute("DC6BF235-A348-46FC-AEC7-9095CAE9FD93")]
public interface IDTSPipelineComponentInfos100 : IEnumerable
[GuidAttribute(L"DC6BF235-A348-46FC-AEC7-9095CAE9FD93")]
public interface class IDTSPipelineComponentInfos100 : IEnumerable
[<GuidAttribute("DC6BF235-A348-46FC-AEC7-9095CAE9FD93")>]
type IDTSPipelineComponentInfos100 =
interface
interface IEnumerable
end
public interface IDTSPipelineComponentInfos100 extends IEnumerable
Тип IDTSPipelineComponentInfos100 обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Count | Инфраструктура. Gets the number of elements contained in the IDTSPipelineComponentInfos100 instance. | |
Item | Инфраструктура. Gets the IDTSPipelineComponentInfo100 object from the collection. |
В начало
Методы
Имя | Описание | |
---|---|---|
GetEnumerator | Инфраструктура. Returns an enumerator for use in iterating over the IDTSPipelineComponentInfos100 collection. |
В начало
Замечания
For more information, see PipelineComponentInfos.