语言

CManagedComponentWrapperClass.SetOutputColumnProperty 方法

定义

为对象的值IDTSCustomProperty100IDTSOutputColumn100赋予一个值。

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 值被设定。

实现

属性

注解

调用此方法为对象的值IDTSCustomProperty100IDTSOutputColumn100分配。

适用于