DTSReadOnlyCollectionBase.m_unmanagedColl フィールド

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

アンマネージ コレクションです。

名前空間:  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

関連項目

参照

DTSReadOnlyCollectionBase クラス

Microsoft.SqlServer.Dts.Runtime 名前空間