IDTSManagedComponentWrapper100.WrapperSetExternalMetadataColumnProperty Method

Definition

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

Parameters

lID
Int32
lExternalMetadataColumnID
Int32
bstrPropertyName
String
vtValue
Object

Returns

The external metadata column property of the wrapper.

Applies to