DTSReadOnlyCollectionBase.m_unmanagedColl Field
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
The unmanaged collection.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Protected m_unmanagedColl As IEnumerable
'Usage
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