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
名稱 | Description | |
---|---|---|
VariablesCollection | Initializes a new instance of VariablesCollection. |
頂端
Public Properties
名稱 | 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. |
頂端
Public Methods
(see also Protected Methods )
名稱 | 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. |
頂端
Protected Methods
名稱 | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
頂端
請參閱
參考
VariablesCollection Class
Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask Namespace