PipelineComponent.SetOutputProperty(Int32, String, Object) 方法

定义

重要

此 API 不符合 CLS。

设置对象的IDTSCustomProperty100IDTSOutput100值。

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetOutputProperty(int outputID, System::String ^ propertyName, System::Object ^ propertyValue);
[System.CLSCompliant(false)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetOutputProperty(int outputID, string propertyName, object propertyValue);
[<System.CLSCompliant(false)>]
abstract member SetOutputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.SetOutputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetOutputProperty (outputID As Integer, propertyName As String, propertyValue As Object) As IDTSCustomProperty100

参数

outputID
Int32

whos的 IDTSOutput100IDTSCustomProperty100 ID是设置好的。

propertyName
String

这套的名称 IDTSCustomProperty100

propertyValue
Object

赋予 IDTSCustomProperty100的值。

返回

被设定值的 IDTSCustomProperty100 对象。

属性

注解

当SSIS设计器编辑自定义属性时,会调用该方法。 覆盖此方法以控制或防止对输出自定义属性的修改。

适用于