DBProviderInfo 类
Contains information about a database provider. This class cannot be inherited.
继承层次结构
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime..::..DBProviderInfo
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public NotInheritable Class DBProviderInfo _
Inherits DtsObject
用法
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
DBProviderInfo 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
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 nullNothingnullptrunitnull 引用(在 Visual Basic 中为 Nothing) 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. |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | Determines whether two object instances are equal. (从 DtsObject 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | Returns the hash code for this instance. (从 DtsObject 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。