ScriptTask::ReadWriteVariables Property
Gets or sets the comma-delimited list of existing variables made available to the package by the user for read/write access.
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Property Value
Type: System::String^The comma-delimited list of existing variables made available to the package by the user for read/write access.
The following code sample, implemented in a console application, adds a ScriptTask to the package and displays the default values of some of its properties, including the ReadWriteVariables property.
Show: