DBProviderInfo Members

Include Protected Members
Include Inherited Members

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

The DBProviderInfo type exposes the following members.

Methods

  Name Description
Public method Equals(Object) Determines whether two object instances are equal. (Inherited from DtsObject.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Returns the hash code for this instance. (Inherited from DtsObject.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

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

Top