ManagedComponentHost.HostSetExternalMetadataColumnProperty Method

Definition

Sets the external metadata column property of the host.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ HostSetExternalMetadataColumnProperty(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int iID, int iExternalMetadataColumnID, System::String ^ strPropertyName, System::Object ^ oValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 HostSetExternalMetadataColumnProperty (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int iID, int iExternalMetadataColumnID, string strPropertyName, object oValue);
abstract member HostSetExternalMetadataColumnProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.HostSetExternalMetadataColumnProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function HostSetExternalMetadataColumnProperty (wrapper As IDTSManagedComponentWrapper100, iID As Integer, iExternalMetadataColumnID As Integer, strPropertyName As String, oValue As Object) As IDTSCustomProperty100

Parameters

wrapper
IDTSManagedComponentWrapper100

The component wrapper.

iID
Int32

The identifier.

iExternalMetadataColumnID
Int32

The external metadata column identifier.

strPropertyName
String

The property name.

oValue
Object

The value.

Returns

The external metadata column property.

Implements

Applies to