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

定義

重要

この API は CLS 準拠ではありません。

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

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetInputProperty(int inputID, System::String ^ propertyName, System::Object ^ propertyValue);
[System.CLSCompliant(false)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetInputProperty(int inputID, string propertyName, object propertyValue);
[<System.CLSCompliant(false)>]
abstract member SetInputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.SetInputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetInputProperty (inputID As Integer, propertyName As String, propertyValue As Object) As IDTSCustomProperty100

パラメーター

inputID
Int32

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

propertyName
String

IDTSCustomProperty100の名前。

propertyValue
Object

IDTSCustomProperty100に割り当てる値。

返品

値が設定されている IDTSCustomProperty100 オブジェクトです。

属性

注釈

この方法をオーバーライドすることで、入力のカスタムプロパティの変更を制御または防止します。

適用対象