IDTSVariableCreator100.CreateVariable(IDTSParameter100) Method

Definition

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

Applies to