ApplicationClass.DataTypeInfos 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回包含 DataTypeInfos 对象的 DataTypeInfo 集合。 此属性为只读。
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSDataTypeInfos100 ^ DataTypeInfos { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSDataTypeInfos100 ^ get(); };
[System.Runtime.InteropServices.DispId(25)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSDataTypeInfos100 DataTypeInfos { [System.Runtime.InteropServices.DispId(25)] get; }
[<System.Runtime.InteropServices.DispId(25)>]
[<get: System.Runtime.InteropServices.DispId(25)>]
member this.DataTypeInfos : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSDataTypeInfos100
Public Overridable ReadOnly Property DataTypeInfos As IDTSDataTypeInfos100
属性值
返回包含 DataTypeInfos 对象的 DataTypeInfo 集合。
实现
- 属性