次の方法で共有


IDTSDesigntimeComponent100.SetInputProperty(Int32, String, Object) メソッド

定義

IDTSCustomProperty100 オブジェクトの IDTSInput100 に値を割り当てます。

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

パラメーター

lInputID
Int32

カスタム プロパティを含む IDTSInput100 オブジェクトの ID です。

PropertyName
String

IDTSCustomProperty100 の名前。

vValue
Object

IDTSCustomProperty100 に割り当てる値です。

戻り値

IDTSCustomProperty100 オブジェクトの設定された IDTSInput100 です。

属性

注釈

このメソッドは、IDTSInput100 オブジェクトのカスタム プロパティの編集時に呼び出されます。

適用対象