This topic has not yet been rated - Rate this topic

IDTSDesigntimeComponent100.SetExternalMetadataColumnProperty Method

Sets an individual property of an external metadata column.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
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.IDTSCustomProperty100
An IDTSCustomProperty100 that contains the modified property value.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.