ScriptObjectModel.VariableDispenser Property
SQL Server 2012
Returns the VariableDispenser that can be used within the Script task to work with existing variables.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
'Declaration Public ReadOnly Property VariableDispenser As VariableDispenser Get 'Usage Dim instance As ScriptObjectModel Dim value As VariableDispenser value = instance.VariableDispenser
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.VariableDispenserThe VariableDispenser that can be used within the Script task to work with existing variables.