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 コレクションです。
実装
- 属性