DtsConvert.ToVariables(IDTSVariables100) 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.
Caution
The ToXXXX() methods have been replaced with the GetWrapper() method.
*** Member obsolete; use the GetWrapper(IDTSVariables100) method instead. *** Converts a native IDTSVariables100 collection to a managed Variables collection.
public:
static Microsoft::SqlServer::Dts::Runtime::Variables ^ ToVariables(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100 ^ variables);
[System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Variables ToVariables (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100 variables);
[<System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")>]
static member ToVariables : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100 -> Microsoft.SqlServer.Dts.Runtime.Variables
Public Shared Function ToVariables (variables As IDTSVariables100) As Variables
Parameters
- variables
- IDTSVariables100
The native IDTSVariables100 collection.
Returns
A managed Variables collection.
- Attributes