Sets a value of the underlying variable.
Namespace: SSIS.Test.DtsAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public void SetValue( Object value ) |
| Visual Basic |
|---|
Public Sub SetValue ( _ value As Object _ ) |
| Visual C++ |
|---|
public: void SetValue( Object^ value ) |
Parameters
- value
- Type: System..::..Object
A value to set.
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException |