Compartir a través de


DBProviderInfo Miembros

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

El tipo DBProviderInfo expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals Determines whether two object instances are equal. (Se hereda de DtsObject).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Returns the hash code for this instance. (Se hereda de DtsObject).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Description Returns a description about the provider. This field is read-only.
Propiedad pública Name Returns the name of the provider. This field is read-only.
Propiedad pública ParseName Returns the name of the provider that is used internally by the run-time engine. This field is read-only.
Propiedad pública ProviderSubType Returns a value from the DTSProviderSubType enumeration that describes the provider type. This field is read-only.
Propiedad pública 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.
Propiedad pública SupportsNullColumns Returns a Boolean that indicates if the table supports nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic). columns. This field is read-only.
Propiedad pública 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.

Principio