Adds property to collection.
Namespace: SSIS.TestAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
C# |
---|
public void AddVariable( string path, Object value ) |
Visual Basic |
---|
Public Sub AddVariable ( _ path As String, _ value As Object _ ) |
Visual C++ |
---|
public: void AddVariable( String^ path, Object^ value ) |
Parameters
- path
- Type: System..::..String
Path to the property in the package. For example, \[Customer Package]\[Load Customers DataFlow].[User::CustomerCount]
- value
- Type: System..::..Object
Value of a variable.