ProjectVariablesWrapper Class
Contains a collection of project variables wrapper.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Name | Description | |
|---|---|---|
![]() | ProjectVariablesWrapper(Project^) | 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[Object^] | Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection. |
![]() | Locked | Gets whether the variables in the ProjectVariablesWrapper collection are locked. |
| Name | Description | |
|---|---|---|
![]() | Add(String^, Boolean, String^, Object^) | Adds a specified IDTSVariable100 object to the ProjectVariablesWrapper instance. |
![]() | Contains(Object^) | Indicates whether the item in the ProjectVariablesWrapper collection can be accessed by using indexing. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetEnumerator() | Returns an IEnumerator object from ProjectVariablesWrapper instance. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Join(IDTSVariable100^) | Joins the IDTSVariable100 variable in the ProjectVariablesWrapper collection. |
![]() | Remove(Object^) | Removes a variable object from the ProjectVariablesWrapper instance. |
![]() | ToString() | (Inherited from Object.) |
![]() | Unlock() | Releases the locks on the variables on the variables collection. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

