Clase DBProviderInfo
Contains information about a database provider. This class cannot be inherited.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime..::..DBProviderInfo
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public NotInheritable Class DBProviderInfo _
Inherits DtsObject
'Uso
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
El tipo DBProviderInfo expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Description | Returns a description about the provider. This field is read-only. | |
Name | Returns the name of the provider. This field is read-only. | |
ParseName | Returns the name of the provider that is used internally by the run-time engine. This field is read-only. | |
ProviderSubType | Returns a value from the DTSProviderSubType enumeration that describes the provider type. This field is read-only. | |
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. | |
SupportsNullColumns | Returns a Boolean that indicates if the table supports nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic). columns. This field is read-only. | |
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | Determines whether two object instances are equal. (Se hereda de DtsObject.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | Returns the hash code for this instance. (Se hereda de DtsObject.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.