DBProviderInfo 成員
Contains information about a database provider. This class cannot be inherited.
DBProviderInfo 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
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。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
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. |
頂端