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


Элементы Variables

Contains a collection of Variables objects, which are accessed through several objects. This class cannot be inherited.

Тип Variables предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Add Adds a Variable object to the Variables collection.
Открытый метод Contains Returns a Boolean that indicates whether the items in the collection can be accessed by using indexing without throwing an exception.
Открытый метод CopyTo Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array. (Наследуется из DTSReadOnlyCollectionBase.)
Защищенный метод CreateManagedObject Инфраструктура. (Наследуется из DTSReadOnlyCollectionBase.)
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Защищенный метод GetCount Инфраструктура. (Наследуется из DTSReadOnlyCollectionBase.)
Открытый метод GetEnumerator Returns a VariableEnumerator enumerator for use in iterating over the Variables collection.
Открытый метод GetHashCode (Наследуется из Object.)
Защищенный метод GetManagedEnumerator Инфраструктура. (Наследуется из DTSReadOnlyCollectionBase.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод Remove Removes a Variable object from the Variables collection.
Открытый метод ToString (Наследуется из Object.)
Открытый метод Unlock Releases the locks on the variables collection and flags the state of the variables collection as invalid or unknown.

В начало

Поля

  Имя Описание
Защищенное поле m_unmanagedColl Инфраструктура. (Наследуется из DTSReadOnlyCollectionBase.)

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. (Наследуется из DTSReadOnlyCollectionBase.)
Открытое свойство IsSynchronized Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe). (Наследуется из DTSReadOnlyCollectionBase.)
Открытое свойство Item Returns a Variable object from the Variables collection.
Открытое свойство Locked A Boolean indicating whether the variables in the Variables collection are locked.
Открытое свойство SyncRoot Gets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase. (Наследуется из DTSReadOnlyCollectionBase.)

В начало