VariablesCollection Members
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.
The following tables list the members exposed by the VariablesCollection type.
Public Constructors
Name | Description | |
---|---|---|
VariablesCollection | Initializes a new instance of VariablesCollection. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
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 | Overloaded. (inherited from Object ) |
![]() |
GetElement | Overloaded. Gets an element from the collection. |
![]() |
GetEnumerator | Returns an enumerator that can iterate through the collection. |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
LoadFromString | Creates and adds one or more elements, from a delimited string, to the end of the collection. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
Remove | Removes the element with the specified index from the collection |
![]() |
ToString | Overridden. Returns a delimited string that represents the contents of the collection. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
VariablesCollection Class
Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask Namespace