Compartir a través de


VariablesCollection Miembros

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.

El tipo VariablesCollection expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico VariablesCollection Initializes a new instance of VariablesCollection.

Principio

Métodos

  Nombre Descripción
Método publico Add Creates and adds a PkgVariable to the end of the collection.
Método publico Clear Removes all elements from the collection.
Método publico CopyTo Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetElement(Int32) Gets an element with the specified index from the collection.
Método publico GetElement(String) Gets an element with the specified name from the collection.
Método publico GetEnumerator Returns an enumerator that can iterate through the collection.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método publicoMiembro estático LoadFromString Creates and adds one or more elements, from a delimited string, to the end of the collection.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Remove Removes the element with the specified index from the collection
Método publico ToString Returns a delimited string that represents the contents of the collection. (Invalida Object. . :: . .ToString() () () ().)

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of elements contained in the collection.
Propiedad pública IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread-safe).
Propiedad pública SyncRoot Gets an object that can be used to synchronize access to the collection.

Principio