Поделиться через


Интерфейс IDTSProperties100

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Contains a collection of IDTSProperty100 objects.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")> _
Public Interface IDTSProperties100 _
    Inherits IEnumerable
'Применение
Dim instance As IDTSProperties100
[GuidAttribute("ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")]
public interface IDTSProperties100 : IEnumerable
[GuidAttribute(L"ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")]
public interface class IDTSProperties100 : IEnumerable
[<GuidAttribute("ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")>]
type IDTSProperties100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSProperties100 extends IEnumerable

Тип IDTSProperties100 обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Count Инфраструктура. Gets the number of elements contained in the IDTSProperties100 instance.
Открытое свойство Item Инфраструктура. Gets an IDTSProperty100 object from the collection.

В начало

Методы

  Имя Описание
Открытый метод Add Инфраструктура. Adds a property to the collection.
Открытый метод GetEnumerator Инфраструктура. Returns an enumerator for use in iterating over the IDTSProperties100 collection.

В начало

Замечания

For more information, see DtsProperties.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper