Share via


IDTSInputColumn100.UsageType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that determines how an IDTSInputColumn100 object is used by the component.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

[DispIdAttribute(105)]
DTSUsageType UsageType {
    [DispIdAttribute(105)]
    get;
    [DispIdAttribute(105)]
    set;
}
[DispIdAttribute(105)]
property DTSUsageType UsageType {
    [DispIdAttribute(105)]
    DTSUsageType get();
    [DispIdAttribute(105)]
    void set(DTSUsageType value);
}
[<DispIdAttribute(105)>]
abstract UsageType : DTSUsageType with get, set
<DispIdAttribute(105)>
Property UsageType As DTSUsageType

Property Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType

Returns a value from the DTSUsageType enumeration.

Remarks

If the UsageType property is UT_READWRITE, the component can modify the data in the column during package execution.

See Also

IDTSInputColumn100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top