ProjectVariablesWrapper Class
SQL Server 2012
Contains a collection of project variables wrapper.
This API is not CLS-compliant.
Namespace:
Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
The ProjectVariablesWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ProjectVariablesWrapper | Initializes a new instance of the ProjectVariablesWrapper class using the specified project. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the ProjectVariablesWrapper instance. |
![]() | Item | Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection. |
![]() | Locked | Gets whether the variables in the ProjectVariablesWrapper collection are locked. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a specified IDTSVariable100 object to the ProjectVariablesWrapper instance. |
![]() | Contains | Indicates whether the item in the ProjectVariablesWrapper collection can be accessed by using indexing. |
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator | Returns an IEnumerator object from ProjectVariablesWrapper instance. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Join | Joins the IDTSVariable100 variable in the ProjectVariablesWrapper collection. |
![]() | Remove | Removes a variable object from the ProjectVariablesWrapper instance. |
![]() | ToString | (Inherited from Object.) |
![]() | Unlock | Releases the locks on the variables on the variables collection. |
