Condividi tramite


Classe DBProviderInfo

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..DBProviderInfo

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class DBProviderInfo _
    Inherits DtsObject
'Utilizzo
Dim instance As DBProviderInfo
public sealed class DBProviderInfo : DtsObject
public ref class DBProviderInfo sealed : public DtsObject
[<SealedAttribute>]
type DBProviderInfo =  
    class
        inherit DtsObject
    end
public final class DBProviderInfo extends DtsObject

Nel tipo DBProviderInfo sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Determines whether two object instances are equal. Ereditato da DtsObject.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Returns the hash code for this instance. Ereditato da DtsObject.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

This class inherits from DtsObject.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.