PipelineComponentExt.CreateOutput(String) 方法

定义

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

参数

name
String

返回

适用于