Share via


IDTSOutputColumn100.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
ReadOnly Property ObjectType As DTSObjectType
    Get
'Usage
Dim instance As IDTSOutputColumn100
Dim value As DTSObjectType

value = instance.ObjectType
DTSObjectType ObjectType { get; }
property DTSObjectType ObjectType {
    DTSObjectType get ();
}
abstract ObjectType : DTSObjectType
function get ObjectType () : DTSObjectType

Property Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSObjectType
For IDTSOutputColumn100 objects, this value is always OT_OUTPUTCOLUMN.

Implements

IDTSObject100.ObjectType