IDTSCustomProperty100.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 the DTSObjectType of the custom property.
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_PROPERTY from the DTSObjectType enumeration.
Implements
- Attributes