言語

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

入力識別子です。

lInputColumnID
Int32

入力カラム識別子。

PropertyName
String

プロパティ名。

vValue
Object

プロパティの値。

返品

入力列の性質です。

適用対象