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


Интерфейс IDTSVariables100

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

Provides properties and methods for working on a collection of IDTSVariable100 objects.

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

Синтаксис

'Декларация
<GuidAttribute("44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")> _
Public Interface IDTSVariables100 _
    Inherits IEnumerable
'Применение
Dim instance As IDTSVariables100
[GuidAttribute("44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")]
public interface IDTSVariables100 : IEnumerable
[GuidAttribute(L"44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")]
public interface class IDTSVariables100 : IEnumerable
[<GuidAttribute("44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")>]
type IDTSVariables100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSVariables100 extends IEnumerable

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

Свойства

  Имя Описание
Открытое свойство Count Инфраструктура. Gets the number of elements contained in the collection.
Открытое свойство Item Инфраструктура. Gets an IDTSVariable100 object from the collection.
Открытое свойство Locked Инфраструктура. Gets a value that indicates whether the variables in the collection are locked.

В начало

Методы

  Имя Описание
Открытый метод Add Инфраструктура. Adds a IDTSVariable100 object to the collection.
Открытый метод Contains Инфраструктура. Determines whether the items in the collection can be accessed by using indexing without throwing an exception.
Открытый метод GetEnumerator Инфраструктура. Returns an IEnumerator enumerator for use in iterating over the collection.
Открытый метод Join Инфраструктура. Joins the IDTSVariable100 to the collection.
Открытый метод Remove Инфраструктура. Removes an IDTSVariable100 object from the collection.
Открытый метод Unlock Инфраструктура. Releases the locks on the collection and flags the state of the collection as invalid or unknown.

В начало

См. также

Справочник

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