IDTSInput100.ObjectType Property

Definition

Gets the DTSObjectType of an IDTSInput100 object.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSObjectType ObjectType { Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSObjectType get(); };
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSObjectType ObjectType { [System.Runtime.InteropServices.DispId(14)] get; }
[<System.Runtime.InteropServices.DispId(14)>]
[<get: System.Runtime.InteropServices.DispId(14)>]
member this.ObjectType : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSObjectType
Public ReadOnly Property ObjectType As DTSObjectType

Property Value

Returns the OT_INPUT value from the DTSObjectType enumeration.

Implements

Attributes

Applies to