Элементы VariablesCollection

Contains a collection of PkgVariable objects, representing the inner or outer variables of a Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by the Exec80PackageTask.

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

Конструкторы

  Имя Описание
Открытый метод VariablesCollection Initializes a new instance of VariablesCollection.

В начало

Методы

  Имя Описание
Открытый метод Add Creates and adds a PkgVariable to the end of the collection.
Открытый метод Clear Removes all elements from the collection.
Открытый метод CopyTo Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetElement(Int32) Gets an element with the specified index from the collection.
Открытый метод GetElement(String) Gets an element with the specified name from the collection.
Открытый метод GetEnumerator Returns an enumerator that can iterate through the collection.
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Открытый методСтатический элемент LoadFromString Creates and adds one or more elements, from a delimited string, to the end of the collection.
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод Remove Removes the element with the specified index from the collection
Открытый метод ToString Returns a delimited string that represents the contents of the collection. (Перезаписывает Object. . :: . .ToString() () () ().)

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of elements contained in the collection.
Открытое свойство IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread-safe).
Открытое свойство SyncRoot Gets an object that can be used to synchronize access to the collection.

В начало