This topic has not yet been rated - Rate this topic

ProjectVariablesWrapper Class

SQL Server 2012

Contains a collection of project variables wrapper.

This API is not CLS-compliant. 
System.Object
  Microsoft.SqlServer.Dts.Runtime.ProjectVariablesWrapper

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class ProjectVariablesWrapper : IDTSVariables100, 
	IEnumerable

The ProjectVariablesWrapper type exposes the following members.

  NameDescription
Public methodProjectVariablesWrapperInitializes a new instance of the ProjectVariablesWrapper class using the specified project.
Top
  NameDescription
Public propertyCountGets the number of elements contained in the ProjectVariablesWrapper instance.
Public propertyItemGets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.
Public propertyLockedGets whether the variables in the ProjectVariablesWrapper collection are locked.
Top
  NameDescription
Public methodAddAdds a specified IDTSVariable100 object to the ProjectVariablesWrapper instance.
Public methodContainsIndicates whether the item in the ProjectVariablesWrapper collection can be accessed by using indexing.
Public methodEquals (Inherited from Object.)
Public methodGetEnumeratorReturns an IEnumerator object from ProjectVariablesWrapper instance.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodJoinJoins the IDTSVariable100 variable in the ProjectVariablesWrapper collection.
Public methodRemoveRemoves a variable object from the ProjectVariablesWrapper instance.
Public methodToString (Inherited from Object.)
Public methodUnlockReleases the locks on the variables on the variables collection.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.