次の方法で共有


IDTSManagedComponentHost100.HostSetInputColumnProperty メソッド

定義

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

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ HostSetInputColumnProperty(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lInputID, int lInputColumnID, System::String ^ PropertyName, System::Object ^ vValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 HostSetInputColumnProperty (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lInputID, int lInputColumnID, string PropertyName, object vValue);
abstract member HostSetInputColumnProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function HostSetInputColumnProperty (pWrapper As IDTSManagedComponentWrapper100, lInputID As Integer, lInputColumnID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100

パラメーター

pWrapper
IDTSManagedComponentWrapper100

使用されるラッパーです。

lInputID
Int32

入力 ID です。

lInputColumnID
Int32

列識別子です。

PropertyName
String

プロパティ名。

vValue
Object

値。

戻り値

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

適用対象