IDTSDesigntimeComponent100.SetExternalMetadataColumnProperty Method

Definition

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSCustomProperty100 ^ SetExternalMetadataColumnProperty(int lID, int lExternalMetadataColumnID, System::String ^ bstrPropertyName, System::Object ^ vtValue);
[System.Runtime.InteropServices.DispId(39)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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.Sql2014.IDTSCustomProperty100
Public Function SetExternalMetadataColumnProperty (lID As Integer, lExternalMetadataColumnID As Integer, bstrPropertyName As String, vtValue As Object) As IDTSCustomProperty100

Parameters

lID
Int32
lExternalMetadataColumnID
Int32
bstrPropertyName
String
vtValue
Object

Returns

An IDTSCustomProperty100 that contains the modified property value.

Attributes

Applies to