다음을 통해 공유


IDTSPipeline100.VariableDispenser 속성

Sets the IDTSVariableDispenser100 used to lock variables in the package for reading and writing.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
WriteOnly Property VariableDispenser As IDTSVariableDispenser100 
    Set
‘사용 방법
Dim instance As IDTSPipeline100 
Dim value As IDTSVariableDispenser100

instance.VariableDispenser = value
IDTSVariableDispenser100 VariableDispenser { set; }
property IDTSVariableDispenser100^ VariableDispenser {
    void set (IDTSVariableDispenser100^ value);
}
abstract VariableDispenser : IDTSVariableDispenser100 with get, set
function set VariableDispenser (value : IDTSVariableDispenser100)

속성 값

유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
The IDTSVariableDispenser100 for the data flow task.

주의

The IDTSVariableDispenser100 object is used to read and write variables in the package that contains the data flow task. Before reading or writing a variable, the variable must be locked by using one of the following methods: LockForRead, LockForWrite, LockOneForRead, or LockOneForWrite. After the variables are locked by the dispenser, they are accessible through the IDTSVariables100 interface. Because the variables are retrieved by name, you must know the name of the variable you want to read or write. It is not possible to enumerate the collection of variables.

참고 항목

참조

IDTSPipeline100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스