CManagedComponentWrapperClass.SetOutputColumnProperty 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为对象的值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分配。