Класс DBProviderInfoEnumerator
Supports iteration over the DBProviderInfos collection. This class cannot be inherited.
Иерархия наследования
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsEnumerator
Microsoft.SqlServer.Dts.Runtime.DBProviderInfoEnumerator
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public NotInheritable Class DBProviderInfoEnumerator _
Inherits DtsEnumerator
'Применение
Dim instance As DBProviderInfoEnumerator
public sealed class DBProviderInfoEnumerator : DtsEnumerator
public ref class DBProviderInfoEnumerator sealed : public DtsEnumerator
[<SealedAttribute>]
type DBProviderInfoEnumerator =
class
inherit DtsEnumerator
end
public final class DBProviderInfoEnumerator extends DtsEnumerator
Тип DBProviderInfoEnumerator обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
![]() |
Current | Returns the current DBProviderInfo object from the collection. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MoveNext | Advances the enumerator to the next element of the collection. (Производный от DtsEnumerator.) |
![]() |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. (Производный от DtsEnumerator.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.