Condividi tramite


VariableCreatorClass.CreateVariable(IDTSParameter100) Metodo

Definizione

Crea una variabile con il parametro specificato.

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

Parametri

pParameter
IDTSParameter100

Parametro specificato.

Restituisce

Variabile IDTSVariable100 appena creata.

Implementazioni

Attributi

Si applica a