ProjectVariablesWrapper Class

 

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)

System::Object
  Microsoft.SqlServer.Dts.Runtime::ProjectVariablesWrapper

[CLSCompliantAttribute(false)]
[DefaultMemberAttribute("Item")]
[ComVisibleAttribute(true)]
public ref class ProjectVariablesWrapper sealed : IDTSVariables100, 
	IEnumerable

NameDescription
System_CAPS_pubmethodProjectVariablesWrapper(Project^)

Initializes a new instance of the ProjectVariablesWrapper class using the specified project.

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements contained in the ProjectVariablesWrapper instance.

System_CAPS_pubpropertyItem[Object^]

Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.

System_CAPS_pubpropertyLocked

Gets whether the variables in the ProjectVariablesWrapper collection are locked.

NameDescription
System_CAPS_pubmethodAdd(String^, Boolean, String^, Object^)

Adds a specified IDTSVariable100 object to the ProjectVariablesWrapper instance.

System_CAPS_pubmethodContains(Object^)

Indicates whether the item in the ProjectVariablesWrapper collection can be accessed by using indexing.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns an IEnumerator object from ProjectVariablesWrapper instance.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodJoin(IDTSVariable100^)

Joins the IDTSVariable100 variable in the ProjectVariablesWrapper collection.

System_CAPS_pubmethodRemove(Object^)

Removes a variable object from the ProjectVariablesWrapper instance.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUnlock()

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.

Return to top
Show: