ConnectionManagerItems.GetEnumerator 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 the enumerator of the connection manager items.
public:
virtual System::Collections::Generic::IEnumerator<Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItem ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem>
Public Function GetEnumerator () As IEnumerator(Of ConnectionManagerItem)
Returns
The enumerator of the connection manager items.