IDTSInputColumn100::UsageType Property
Gets or sets a value that determines how an IDTSInputColumn100 object is used by the component.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
[DispIdAttribute(105)] property DTSUsageType UsageType { [DispIdAttribute(105)] DTSUsageType get(); [DispIdAttribute(105)] void set(DTSUsageType value); }
Property Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper::DTSUsageTypeReturns a value from the DTSUsageType enumeration.
If the UsageType property is UT_READWRITE, the component can modify the data in the column during package execution.
Show: