IDTSInput100.ObjectType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSObjectType ObjectType { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSObjectType get(); };
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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.Sql2014.DTSObjectType
Public ReadOnly Property ObjectType As DTSObjectType
属性值
从 DTSObjectType 枚举返回OT_INPUT值。
实现
- 属性