IDTSDesigntimeComponent100.SetOutputColumnProperty 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为一个IDTSOutputColumn100对象设置 a 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
该 的 ID IDTSOutput100 包含了该 IDTSOutputColumn100 对象。
- lOutputColumnID
- Int32
物体的 IDTSOutputColumn100 ID。
- PropertyName
- String
- vValue
- Object
赋予 IDTSCustomProperty100的值。
返回
为 IDTSCustomProperty100 某个 IDTSOutputColumn100 对象设定值的对象。
- 属性
注解
当编辑列的 IDTSOutputColumn100 自定义属性时调用此方法。