Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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)
Syntax
'Declaration
Public ReadOnly Property VariableDispenser As VariableDispenser
Get
'Usage
Dim instance As ScriptObjectModel
Dim value As VariableDispenser
value = instance.VariableDispenser
public VariableDispenser VariableDispenser { get; }
public:
property VariableDispenser^ VariableDispenser {
VariableDispenser^ get ();
}
member VariableDispenser : VariableDispenser
function get VariableDispenser () : VariableDispenser
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.VariableDispenser
The VariableDispenser that can be used within the Script task to work with existing variables.
Remarks
Use the Variables property of the Dts object in Script task code to access variables, instead of using the VariableDispenser property. The Script task handles the locking semantics for you when you use the Variables property