Поделиться через


Метод IDTSConnections100.GetEnumerator

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets an enumerator that iterates through the collection.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Function GetEnumerator As IEnumerator
'Применение
Dim instance As IDTSConnections100 
Dim returnValue As IEnumerator 

returnValue = instance.GetEnumerator()
IEnumerator GetEnumerator()
IEnumerator^ GetEnumerator()
abstract GetEnumerator : unit -> IEnumerator
function GetEnumerator() : IEnumerator

Возвращаемое значение

Тип: System.Collections.IEnumerator
An enumerator object that can be used to iterate through the collection.

Замечания

For more information, see Connections.

См. также

Справочник

IDTSConnections100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper