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


Интерфейс IDTSParameters100

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

Represents a class used by both the package parameters and project parameters collection.

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

Синтаксис

'Декларация
<GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")> _
Public Interface IDTSParameters100 _
    Inherits IEnumerable
'Применение
Dim instance As IDTSParameters100
[GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")]
public interface IDTSParameters100 : IEnumerable
[GuidAttribute(L"ABB31109-F6C2-4DB3-B757-4C426B6AECD1")]
public interface class IDTSParameters100 : IEnumerable
[<GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")>]
type IDTSParameters100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSParameters100 extends IEnumerable

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

Свойства

  Имя Описание
Открытое свойство Count Инфраструктура. Gets the number of elements contained in the DTSReadOnlyCollectionBase instance.
Открытое свойство Item Инфраструктура. Gets a parameter object in the parameters collection with the specified index.

В начало

Методы

  Имя Описание
Открытый метод Add Инфраструктура. Adds a parameter object to the parameters collection with the specified name and data type.
Открытый метод Contains Инфраструктура. Determines whether a parameter object with the specified name is contained in the parameters collection.
Открытый метод GetEnumerator Инфраструктура. Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance.
Открытый метод Join Инфраструктура. Joins the specified parameter to the parameters collection.
Открытый метод Remove Инфраструктура. Removes a parameter object from the parameters collection.

В начало

См. также

Справочник

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