DtsContainer.VariableDispenser Property
Returns a VariableDispenser object so variables associated with the container can be locked.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property VariableDispenser As VariableDispenser
[BrowsableAttribute(false)]
public VariableDispenser VariableDispenser { get; }
[BrowsableAttribute(false)]
public:
property VariableDispenser^ VariableDispenser {
VariableDispenser^ get ();
}
/** @property */
public VariableDispenser get_VariableDispenser ()
public function get VariableDispenser () : VariableDispenser
Property Value
A VariableDispenser object.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
DtsContainer Class
DtsContainer Members
Microsoft.SqlServer.Dts.Runtime Namespace