Share via


IDTSManagedComponentWrapper100.WrapperSetInputColumnProperty メソッド

定義

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

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

パラメーター

lInputID
Int32

入力 ID です。

lInputColumnID
Int32

入力列の識別子です。

PropertyName
String

プロパティ名。

vValue
Object

プロパティの値。

戻り値

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

適用対象