IDTSDBProviderInfo100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see DBProviderInfo.

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

Syntax

'Declaration
<GuidAttribute("847AEB28-0A67-44BA-97AA-FC1826B8C8EF")> _
Public Interface IDTSDBProviderInfo100
'Usage
Dim instance As IDTSDBProviderInfo100
[GuidAttribute("847AEB28-0A67-44BA-97AA-FC1826B8C8EF")]
public interface IDTSDBProviderInfo100
[GuidAttribute(L"847AEB28-0A67-44BA-97AA-FC1826B8C8EF")]
public interface class IDTSDBProviderInfo100
[<GuidAttribute("847AEB28-0A67-44BA-97AA-FC1826B8C8EF")>]
type IDTSDBProviderInfo100 =  interface end
public interface IDTSDBProviderInfo100

The IDTSDBProviderInfo100 type exposes the following members.

Properties

  Name Description
Public property Description Infrastructure. For more information, see DBProviderInfo.
Public property Name Infrastructure. For more information, see DBProviderInfo.
Public property ParseName Infrastructure. For more information, see DBProviderInfo.
Public property ProviderSubType Infrastructure. For more information, see DBProviderInfo.
Public property ProviderType Infrastructure. For more information, see DBProviderInfo.
Public property SupportsNullColumns Infrastructure. For more information, see DBProviderInfo.
Public property UseFullTableName Infrastructure. For more information, see DBProviderInfo.

Top