Поделиться через


ScriptObjectModel.VariableDispenser Property

Returns the VariableDispenser that can be used within the Script task to work with existing variables.

Пространство имен: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Сборка: Microsoft.SqlServer.ScriptTask (in microsoft.sqlserver.scripttask.dll)

Синтаксис

'Декларация
Public ReadOnly Property VariableDispenser As VariableDispenser
public VariableDispenser VariableDispenser { get; }
public:
property VariableDispenser^ VariableDispenser {
    VariableDispenser^ get ();
}
/** @property */
public VariableDispenser get_VariableDispenser ()
public function get VariableDispenser () : VariableDispenser

Значение свойства

The VariableDispenser that can be used within the Script task to work with existing variables.

Замечания

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

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ScriptObjectModel Class
ScriptObjectModel Members
Microsoft.SqlServer.Dts.Tasks.ScriptTask Namespace