PipelineComponentExt.CreateOutput(String) 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.
protected:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ CreateOutput(System::String ^ name);
protected virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 CreateOutput (string name);
abstract member CreateOutput : string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
override this.CreateOutput : string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
Protected Overridable Function CreateOutput (name As String) As IDTSOutput100
Parameters
- name
- String