IDTSDesigntimeComponent100.SetOutputColumnProperty 메서드

정의

객체에 대해 IDTSOutputColumn100 값 를 IDTSCustomProperty100 설정합니다.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetOutputColumnProperty(int lOutputID, int lOutputColumnID, System::String ^ PropertyName, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(21)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetOutputColumnProperty(int lOutputID, int lOutputColumnID, string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(21)>]
abstract member SetOutputColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function SetOutputColumnProperty (lOutputID As Integer, lOutputColumnID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100

매개 변수

lOutputID
Int32

그 객체를 포함하는 IDTSOutputColumn100IDTSOutput100 ID입니다.

lOutputColumnID
Int32

그 물체의 IDTSOutputColumn100 식별.

PropertyName
String

IDTSCustomProperty100의 이름입니다.

vValue
Object

에 할당 IDTSCustomProperty100된 값.

반품

IDTSCustomProperty100 객체에 IDTSOutputColumn100 대해 값이 설정된 객체입니다.

특성

설명

이 메서드는 열의 IDTSOutputColumn100 사용자 지정 속성이 편집될 때 호출됩니다.

적용 대상