IDTSDesigntimeComponent100.SetOutputColumnProperty メソッド

定義

IDTSOutputColumn100オブジェクトのIDTSCustomProperty100値を設定します。

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetOutputColumnProperty(int lOutputID, int lOutputColumnID, System::String ^ PropertyName, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(21)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetOutputColumnProperty(int lOutputID, int lOutputColumnID, string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(21)>]
abstract member SetOutputColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function SetOutputColumnProperty (lOutputID As Integer, lOutputColumnID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100

パラメーター

lOutputID
Int32

IDTSOutputColumn100オブジェクトを含むIDTSOutput100のIDです。

lOutputColumnID
Int32

IDTSOutputColumn100オブジェクトのIDです。

PropertyName
String

IDTSCustomProperty100の名前。

vValue
Object

IDTSCustomProperty100に割り当てられた価値。

返品

IDTSCustomProperty100オブジェクトに対して設定された値を持つIDTSOutputColumn100オブジェクトです。

属性

注釈

このメソッドは、 IDTSOutputColumn100 列のカスタムプロパティが編集されたときに呼び出されます。

適用対象