언어

CManagedComponentWrapperClass.SetOutputColumnProperty 메서드

정의

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

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetOutputColumnProperty(int lOutputID, int lOutputColumnID, System::String ^ PropertyName, System::Object ^ vValue) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::SetOutputColumnProperty;
[System.Runtime.InteropServices.DispId(21)]
public virtual 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
override this.SetOutputColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetOutputColumnProperty (lOutputID As Integer, lOutputColumnID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100

매개 변수

lOutputID
Int32

열을 포함하는 객체의 IDTSOutput100 ID입니다.

lOutputColumnID
Int32

설정된 자의 속성의 IDTSOutputColumn100 ID입니다.

PropertyName
String

IDTSCustomProperty100 그 값이 정해진 이름입니다.

vValue
Object

에 할당 IDTSCustomProperty100된 값.

반품

그 값이 IDTSCustomProperty100 정해져 있습니다.

구현

특성

설명

이 메서드를 호출해 객체의 IDTSOutputColumn100IDTSCustomProperty100 에 값을 할당합니다.

적용 대상