Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Locks the variables that are in the read-only list and the read/write list. For more information, see VariableDispenserClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub GetVariables ( _
<OutAttribute> ByRef ppVariables As IDTSVariables100 _
)
'Usage
Dim instance As IDTSVariableDispenser100
Dim ppVariables As IDTSVariables100
instance.GetVariables(ppVariables)
void GetVariables(
out IDTSVariables100 ppVariables
)
void GetVariables(
[OutAttribute] IDTSVariables100^% ppVariables
)
abstract GetVariables :
ppVariables:IDTSVariables100 byref -> unit
function GetVariables(
ppVariables : IDTSVariables100
)
Parameters
- ppVariables
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100%
The collection that contains all the variables found in the read-only list and the read/write list.