ManagedComponentHost.HostSetOutputColumnProperty 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置宿主的输出列属性。
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ HostSetOutputColumnProperty(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int outputID, int outputColumnID, System::String ^ propertyName, System::Object ^ propertyValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 HostSetOutputColumnProperty (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int outputID, int outputColumnID, string propertyName, object propertyValue);
abstract member HostSetOutputColumnProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.HostSetOutputColumnProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function HostSetOutputColumnProperty (wrapper As IDTSManagedComponentWrapper100, outputID As Integer, outputColumnID As Integer, propertyName As String, propertyValue As Object) As IDTSCustomProperty100
参数
- wrapper
- IDTSManagedComponentWrapper100
组件包装。
- outputID
- Int32
输出标识符。
- outputColumnID
- Int32
输出列标识符。
- propertyName
- String
属性的名称。
- propertyValue
- Object
该属性的值。
返回
宿主的输出列属性。