IDTSProject100.GetVariables Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the variables for the project.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100 ^ GetVariables();
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100 GetVariables ();
abstract member GetVariables : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100
Public Function GetVariables () As IDTSVariables100
Returns
The variables for the project.