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


Элементы DBProviderInfo

Contains information about a database provider. This class cannot be inherited.

Тип DBProviderInfo предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals Determines whether two object instances are equal. (Наследуется из DtsObject.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode Returns the hash code for this instance. (Наследуется из DtsObject.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Description Returns a description about the provider. This field is read-only.
Открытое свойство Name Returns the name of the provider. This field is read-only.
Открытое свойство ParseName Returns the name of the provider that is used internally by the run-time engine. This field is read-only.
Открытое свойство ProviderSubType Returns a value from the DTSProviderSubType enumeration that describes the provider type. This field is read-only.
Открытое свойство ProviderType Returns a DTSProviderType enumeration that describes the type of provider in terms of the provider being a source or destination provider. This field is read-only.
Открытое свойство SupportsNullColumns Returns a Boolean that indicates if the table supports nullNothingnullptrunitпустая ссылка (Nothing в Visual Basic) columns. This field is read-only.
Открытое свойство UseFullTableName Returns a Boolean that indicates whether the provider can consume table names in the form of database_name.owner_name.table_name or schema_name.owner_name.table_name.

В начало