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

속성 값입니다.

반환

입력 열 속성입니다.

적용 대상