Share via


m_unmanagedColl フィールド

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Protected m_unmanagedColl As IEnumerable
'使用
Dim value As IEnumerable

value = Me.m_unmanagedColl

Me.m_unmanagedColl = value
protected IEnumerable m_unmanagedColl
protected:
IEnumerable^ m_unmanagedColl
val mutable m_unmanagedColl: IEnumerable
protected var m_unmanagedColl : IEnumerable