次の方法で共有


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

入力 ID です。

propertyName
String

プロパティ名。

propertyValue
Object

プロパティ値。

戻り値

ホストの入力プロパティです。

実装

適用対象