VariableCreatorClass.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 variable with the specified parameter.
public:
virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100 ^ CreateVariable(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSParameter100 ^ pParameter) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableCreator100::CreateVariable;
[System.Runtime.InteropServices.DispId(1610743808)]
public virtual 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
override this.CreateVariable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameter100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
Public Overridable Function CreateVariable (pParameter As IDTSParameter100) As IDTSVariable100
Parameters
- pParameter
- IDTSParameter100
The specified parameter.
Returns
The newly created IDTSVariable100 variable.
Implements
- Attributes