Freigeben über


DBProviderInfo-Member

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

Der DBProviderInfo-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two object instances are equal. (Geerbt von DtsObject.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Description Returns a description about the provider. This field is read-only.
Öffentliche Eigenschaft Name Returns the name of the provider. This field is read-only.
Öffentliche Eigenschaft ParseName Returns the name of the provider that is used internally by the run-time engine. This field is read-only.
Öffentliche Eigenschaft ProviderSubType Returns a value from the DTSProviderSubType enumeration that describes the provider type. This field is read-only.
Öffentliche Eigenschaft 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.
Öffentliche Eigenschaft SupportsNullColumns Returns a Boolean that indicates if the table supports nullNothingnullptrunitein NULL-Verweis (Nothing in Visual Basic) columns. This field is read-only.
Öffentliche Eigenschaft 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.

Zum Anfang