ManagedComponentHost.HostSetOutputColumnProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the output column property of the host.
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
Parameters
- wrapper
- IDTSManagedComponentWrapper100
The component wrapper.
- outputID
- Int32
The output identifier.
- outputColumnID
- Int32
The output column identifier.
- propertyName
- String
The name of the property.
- propertyValue
- Object
The value of the property.
Returns
The output column property of the host.