PipelineComponent::SetExternalMetadataColumnProperty Method (Int32, Int32, String^, Object^)
Sets an individual property of an external metadata column.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
public: [CLSCompliantAttribute(false)] virtual IDTSCustomProperty100^ SetExternalMetadataColumnProperty( int iID, int iExternalMetadataColumnID, String^ strPropertyName, Object^ oValue )
Parameters
- iID
-
Type:
System::Int32
The ID of the IDTSInput100 or IDTSOutput100 that the external metadata column is associated with.
- iExternalMetadataColumnID
-
Type:
System::Int32
The ID of the external metadata column.
- strPropertyName
-
Type:
System::String^
The name of the property whose value is being set.
- oValue
-
Type:
System::Object^
The value to assign to the property.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper::IDTSCustomProperty100^An IDTSCustomProperty100 that contains the modified property value.
For more information about working with external metadata columns, see Implementing External Metadata.
Show: