IDtsLogProviderUI.GetEnumerableValues Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an ArrayList of all the connection managers.
public:
System::Collections::ArrayList ^ GetEnumerableValues();
public System.Collections.ArrayList GetEnumerableValues ();
abstract member GetEnumerableValues : unit -> System.Collections.ArrayList
Public Function GetEnumerableValues () As ArrayList
Returns
An ArrayList.
Remarks
This method can be called only if IsEnumerable returns true
.