IDTSManagedComponentHost100.HostSetExternalMetadataColumnProperty Method

Definition

Sets the host external metadata column property.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ HostSetExternalMetadataColumnProperty(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lID, int lExternalMetadataColumnID, System::String ^ bstrPropertyName, System::Object ^ vtValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 HostSetExternalMetadataColumnProperty (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lID, int lExternalMetadataColumnID, string bstrPropertyName, object vtValue);
abstract member HostSetExternalMetadataColumnProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function HostSetExternalMetadataColumnProperty (pWrapper As IDTSManagedComponentWrapper100, lID As Integer, lExternalMetadataColumnID As Integer, bstrPropertyName As String, vtValue As Object) As IDTSCustomProperty100

Parameters

pWrapper
IDTSManagedComponentWrapper100

The wrapper used.

lID
Int32

The identifier.

lExternalMetadataColumnID
Int32

The external metadata column identifier.

bstrPropertyName
String

The property name.

vtValue
Object

The value.

Returns

the host external metadata column property.

Applies to