IDTSVariableCreator100.CreateVariable(IDTSParameter100) 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.
Creates a new variable using the specified parameter.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100 ^ CreateVariable(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSParameter100 ^ pParameter);
[System.Runtime.InteropServices.DispId(1610743808)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100 CreateVariable (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameter100 pParameter);
[<System.Runtime.InteropServices.DispId(1610743808)>]
abstract member CreateVariable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameter100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
Public Function CreateVariable (pParameter As IDTSParameter100) As IDTSVariable100
Parameters
- pParameter
- IDTSParameter100
The parameter of the variable to create.
Returns
A newly created IDTSVariable100 object.
- Attributes