IDTSDesigntimeComponent100.SetExternalMetadataColumnProperty Method

Definition

Sets an individual property of an external metadata column.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetExternalMetadataColumnProperty(int lID, int lExternalMetadataColumnID, System::String ^ bstrPropertyName, System::Object ^ vtValue);
[System.Runtime.InteropServices.DispId(39)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetExternalMetadataColumnProperty (int lID, int lExternalMetadataColumnID, string bstrPropertyName, object vtValue);
[<System.Runtime.InteropServices.DispId(39)>]
abstract member SetExternalMetadataColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function SetExternalMetadataColumnProperty (lID As Integer, lExternalMetadataColumnID As Integer, bstrPropertyName As String, vtValue As Object) As IDTSCustomProperty100

Parameters

lID
Int32

The ID of the IDTSInput100 or IDTSOutput100 with which the external metadata column is associated.

lExternalMetadataColumnID
Int32

The ID of the external metadata column.

bstrPropertyName
String

The name of the property whose value is being set.

vtValue
Object

The value to assign to the property.

Returns

An IDTSCustomProperty100 that contains the modified property value.

Attributes

Applies to