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.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("5EC8613C-6C68-4A14-BB6D-BCF4B8D13D16")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSDBProviderInfo100

NameDescription
System_CAPS_pubpropertyDescription

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.

System_CAPS_pubpropertyName

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.

System_CAPS_pubpropertyParseName

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.

System_CAPS_pubpropertyProviderSubType

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.

System_CAPS_pubpropertyProviderType

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.

System_CAPS_pubpropertySupportsNullColumns

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.

System_CAPS_pubpropertyUseFullTableName

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.

Return to top
Show: