DBProviderInfo Class
Contains information about a database provider. This class cannot be inherited.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.DBProviderInfo
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public NotInheritable Class DBProviderInfo _
Inherits DtsObject
'Usage
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
The DBProviderInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
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 nulla null reference (Nothing in 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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether two object instances are equal. (Inherited from DtsObject.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from DtsObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.