IDTSInput100.ObjectType Property

 

Applies To: SQL Server 2016 Preview

Gets the DTSObjectType of an IDTSInput100 object.

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

Syntax

[DispIdAttribute(14)]
DTSObjectType ObjectType {
    [DispIdAttribute(14)]
    get;
}
[DispIdAttribute(14)]
property DTSObjectType ObjectType {
    [DispIdAttribute(14)]
    DTSObjectType get();
}
[<DispIdAttribute(14)>]
abstract ObjectType : DTSObjectType with get
<DispIdAttribute(14)>
ReadOnly Property ObjectType As DTSObjectType

Property Value

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

Returns the OT_INPUT value from the DTSObjectType enumeration.

Implements

IDTSObject100.ObjectType

See Also

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

Return to top