Partager via


Membres DBProviderInfo

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

Le type DBProviderInfo expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals Determines whether two object instances are equal. (Hérité de DtsObject.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode Returns the hash code for this instance. (Hérité de DtsObject.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Description Returns a description about the provider. This field is read-only.
Propriété publique Name Returns the name of the provider. This field is read-only.
Propriété publique ParseName Returns the name of the provider that is used internally by the run-time engine. This field is read-only.
Propriété publique ProviderSubType Returns a value from the DTSProviderSubType enumeration that describes the provider type. This field is read-only.
Propriété publique 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.
Propriété publique SupportsNullColumns Returns a Boolean that indicates if the table supports nullNothingnullptrunitune référence Null (Nothing dans Visual Basic) columns. This field is read-only.
Propriété publique 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.

Haut de la page