Share via


ManagedComponentHost.HostSetInputProperty 方法

定义

设置宿主的输入属性。

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ HostSetInputProperty(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int inputID, System::String ^ propertyName, System::Object ^ propertyValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 HostSetInputProperty (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int inputID, string propertyName, object propertyValue);
abstract member HostSetInputProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.HostSetInputProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function HostSetInputProperty (wrapper As IDTSManagedComponentWrapper100, inputID As Integer, propertyName As String, propertyValue As Object) As IDTSCustomProperty100

参数

wrapper
IDTSManagedComponentWrapper100

组件包装。

inputID
Int32

输入标识符。

propertyName
String

属性名称。

propertyValue
Object

属性值。

返回

宿主的输入属性。

实现

适用于