VariableCreatorClass.CreateVariable(IDTSParameter100) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une variable avec le paramètre spécifié.
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
Paramètres
- pParameter
- IDTSParameter100
Paramètre spécifié.
Retours
Variable IDTSVariable100 nouvellement créée.
Implémente
- Attributs