IDTSDesigntimeComponent100.SetOutputColumnProperty 메서드

정의

IDTSCustomProperty100 개체에 대한 IDTSOutputColumn100의 값을 설정합니다.

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

IDTSOutput100 개체를 포함하는 IDTSOutputColumn100의 ID입니다.

lOutputColumnID
Int32

IDTSOutputColumn100 개체의 ID입니다.

PropertyName
String

IDTSCustomProperty100의 이름입니다.

vValue
Object

IDTSCustomProperty100에 할당할 값입니다.

반환

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

특성

설명

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

적용 대상