PipelineComponent.SetExternalMetadataColumnProperty Method

Definition

Important

This API is not CLS-compliant.

Sets an individual property of an external metadata column.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetExternalMetadataColumnProperty(int iID, int iExternalMetadataColumnID, System::String ^ strPropertyName, System::Object ^ oValue);
[System.CLSCompliant(false)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetExternalMetadataColumnProperty (int iID, int iExternalMetadataColumnID, string strPropertyName, object oValue);
[<System.CLSCompliant(false)>]
abstract member SetExternalMetadataColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.SetExternalMetadataColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetExternalMetadataColumnProperty (iID As Integer, iExternalMetadataColumnID As Integer, strPropertyName As String, oValue As Object) As IDTSCustomProperty100

Parameters

iID
Int32

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

iExternalMetadataColumnID
Int32

The ID of the external metadata column.

strPropertyName
String

The name of the property whose value is being set.

oValue
Object

The value to assign to the property.

Returns

An IDTSCustomProperty100 that contains the modified property value.

Attributes

Remarks

For more information about working with external metadata columns, see Implementing External Metadata.

Applies to