IDTSCloneVariableDispenser100.CloneVariableDispenser 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.
Returns a new instance of a variable dispenser which is a copy of the original instance.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ CloneVariableDispenser();
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 CloneVariableDispenser ();
abstract member CloneVariableDispenser : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
Public Function CloneVariableDispenser () As IDTSVariableDispenser100
Returns
A new instance of a variable dispenser which is a copy of the original instance.