다음을 통해 공유


CManagedComponentWrapperClass.SetInputColumnProperty 메서드

정의

IDTSCustomProperty100 개체의 IDTSInputColumn100에 값을 할당합니다.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetInputColumnProperty(int lInputID, int lInputColumnID, System::String ^ PropertyName, System::Object ^ vValue) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::SetInputColumnProperty;
[System.Runtime.InteropServices.DispId(20)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetInputColumnProperty (int lInputID, int lInputColumnID, string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member SetInputColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.SetInputColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetInputColumnProperty (lInputID As Integer, lInputColumnID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100

매개 변수

lInputID
Int32

IDTSInput100을 포함하는 IDTSInputColumn100의 ID입니다.

lInputColumnID
Int32

IDTSInputColumn100을 설정할 IDTSCustomProperty100의 ID입니다.

PropertyName
String

IDTSCustomProperty100 개체의 이름입니다.

vValue
Object

IDTSCustomProperty100에 할당할 값입니다.

반환

속성이 설정된 IDTSCustomProperty100 개체입니다.

구현

특성

설명

이 메서드를 호출하여 값을 의 IDTSInputColumn100값에 IDTSCustomProperty100 할당합니다.

적용 대상