PipelineComponentExt.CreateOutput(String) Method

Definition

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

Returns

Applies to