Share via


ManagedComponentHost.HostSetInputColumnProperty メソッド

定義

ホストの入力列のプロパティを設定します。

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

パラメーター

wrapper
IDTSManagedComponentWrapper100

コンポーネント ラッパーです。

inputID
Int32

入力 ID です。

inputColumnID
Int32

入力列の識別子です。

propertyName
String

プロパティ名。

propertyValue
Object

プロパティ値。

戻り値

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

実装

適用対象