语言

PipelineComponent.SetInputProperty(Int32, String, Object) 方法

定义

重要

此 API 不符合 CLS。

为对象的值IDTSCustomProperty100IDTSInput100赋予一个值。

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 值被设定的对象。

属性

注解

覆盖此方法以控制或防止对输入自定义属性的修改。

适用于