Share via


IDTSProject100.GetVariables Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the variables for the project.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Function GetVariables As IDTSVariables100
'Usage
Dim instance As IDTSProject100 
Dim returnValue As IDTSVariables100 

returnValue = instance.GetVariables()
IDTSVariables100 GetVariables()
IDTSVariables100^ GetVariables()
abstract GetVariables : unit -> IDTSVariables100
function GetVariables() : IDTSVariables100

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100
The variables for the project.

See Also

Reference

IDTSProject100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace