IDTSOutputColumn90.ObjectType Property

Gets the value from a DTSObjectType enumeration that corresponds to an output column.

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

Syntax

'Declaration
<DispIdAttribute(14)> _
ReadOnly Property ObjectType As DTSObjectType
[DispIdAttribute(14)] 
DTSObjectType ObjectType { get; }
[DispIdAttribute(14)] 
property DTSObjectType ObjectType {
    DTSObjectType get ();
}
/** @property */
/** @attribute DispIdAttribute(14) */ 
DTSObjectType get_ObjectType ()
DispIdAttribute(14) 
function get ObjectType () : DTSObjectType

Property Value

For IDTSOutputColumn90 objects, this value is always OT_OUTPUTCOLUMN.

Thread Safety

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.

Platforms

Development Platforms

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

Target Platforms

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

See Also

Reference

IDTSOutputColumn90 Interface
IDTSOutputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace