IDTSDBProviderInfo100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Contains information about a database provider. This class cannot be inherited.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | Description | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a description about the provider. This field is read-only. |
![]() | Name | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the name of the provider. This field is read-only. |
![]() | ParseName | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the name of the provider that is used internally by the run-time engine. This field is read-only. |
![]() | ProviderSubType | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a value from the DTSProviderSubType enumeration that describes the provider type. This field is read-only. |
![]() | ProviderType | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a Boolean that indicates if the table supports null columns. This field is read-only. |
![]() | UseFullTableName | This API supports the product infrastructure and is not intended to be used directly from your code. 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. |
