IDTSDesigntimeComponent100.SetExternalMetadataColumnProperty Method
SQL Server 2008 R2
Sets an individual property of an external metadata column.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
IDTSCustomProperty100 SetExternalMetadataColumnProperty( int lID, int lExternalMetadataColumnID, string bstrPropertyName, Object vtValue )
Parameters
- lID
- Type: System.Int32
The ID of the IDTSInput100 or IDTSOutput100 with which the external metadata column is associated.
- lExternalMetadataColumnID
- Type: System.Int32
The ID of the external metadata column.
- bstrPropertyName
- Type: System.String
The name of the property whose value is being set.
- vtValue
- Type: System.Object
The value to assign to the property.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100An IDTSCustomProperty100 that contains the modified property value.