IDTSComponentMetaData100.ObjectType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating that the component is a data flow component.
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
The OT_COMPONENT value from the DTSObjectType enumeration.
Implements
- Attributes