IDTSManagedComponentWrapper100.WrapperInsertOutputColumnAt 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSOutputColumn100 ^ WrapperInsertOutputColumnAt(int lOutputID, int lOutputColumnIndex, System::String ^ bstrName, System::String ^ bstrDescription);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSOutputColumn100 WrapperInsertOutputColumnAt (int lOutputID, int lOutputColumnIndex, string bstrName, string bstrDescription);
abstract member WrapperInsertOutputColumnAt : int * int * string * string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSOutputColumn100
Public Function WrapperInsertOutputColumnAt (lOutputID As Integer, lOutputColumnIndex As Integer, bstrName As String, bstrDescription As String) As IDTSOutputColumn100
參數
- lOutputID
- Int32
- lOutputColumnIndex
- Int32
- bstrName
- String
- bstrDescription
- String
傳回
插入的輸出。