DBProviderInfo Members

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

The following tables list the members exposed by the DBProviderInfo type.

Public Properties

  Name Description
ms211934.pubproperty(de-de,SQL.90).gif Description Returns a description about the provider. This field is read-only.
ms211934.pubproperty(de-de,SQL.90).gif Name Returns the name of the provider. This field is read-only.
ms211934.pubproperty(de-de,SQL.90).gif ParseName Returns the name of the provider that is used internally by the run-time engine. This field is read-only.
ms211934.pubproperty(de-de,SQL.90).gif ProviderSubType Returns a value from the DTSProviderSubType enumeration that describes the provider type. This field is read-only.
ms211934.pubproperty(de-de,SQL.90).gif 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.
ms211934.pubproperty(de-de,SQL.90).gif SupportsNullColumns Returns a Boolean that indicates if the table supports null columns. This field is read-only.
ms211934.pubproperty(de-de,SQL.90).gif 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.

Nach oben

Public Methods

(see also Protected Methods )

  Name Description
ms211934.pubmethod(de-de,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms211934.pubmethod(de-de,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms211934.pubmethod(de-de,SQL.90).gif GetType  (inherited from Object )
ms211934.pubmethod(de-de,SQL.90).gifms211934.static(de-de,SQL.90).gif op_Equality  (inherited from DtsObject )
ms211934.pubmethod(de-de,SQL.90).gifms211934.static(de-de,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms211934.pubmethod(de-de,SQL.90).gifms211934.static(de-de,SQL.90).gif ReferenceEquals  (inherited from Object )
ms211934.pubmethod(de-de,SQL.90).gif ToString  (inherited from Object )

Nach oben

Protected Methods

  Name Description
ms211934.protmethod(de-de,SQL.90).gif Finalize  (inherited from Object )
ms211934.protmethod(de-de,SQL.90).gif MemberwiseClone  (inherited from Object )

Nach oben

Siehe auch

Verweis

DBProviderInfo Class
Microsoft.SqlServer.Dts.Runtime Namespace