언어

CManagedComponentWrapperClass.SetInputColumnProperty 메서드

정의

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

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

의 ID IDTSInput100 는 .IDTSInputColumn100

lInputColumnID
Int32

누구 IDTSCustomProperty100IDTSInputColumn100 ID가 설정되어 있습니다.

PropertyName
String

개체의 IDTSCustomProperty100 이름입니다.

vValue
Object

에 할당 IDTSCustomProperty100된 값.

반품

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

구현

특성

설명

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

적용 대상