This topic has not yet been rated - Rate this topic

IDTSVirtualInputColumn90.UsageType Property

SQL Server 2005

Gets a value that indicates how the virtual column is used by the component.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
[DispIdAttribute(105)] 
DTSUsageType UsageType { get; }
/** @property */
/** @attribute DispIdAttribute(105) */ 
DTSUsageType get_UsageType ()

DispIdAttribute(105) 
function get UsageType () : DTSUsageType

Property Value

A value from the DTSUsageType enumeration.

Columns are mapped from the IDTSVirtualInputColumnCollection90 into an IDTSInputColumnCollection90 using the SetUsageType method.


Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.