IDTSDataTypeInfos100 Interface

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

For more information, see DataTypeInfos.

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

Syntax

'Declaration
<GuidAttribute("0ECB2056-B877-40E7-B111-40D79570007F")> _
Public Interface IDTSDataTypeInfos100
'Usage
Dim instance As IDTSDataTypeInfos100
[GuidAttribute("0ECB2056-B877-40E7-B111-40D79570007F")]
public interface IDTSDataTypeInfos100
[GuidAttribute(L"0ECB2056-B877-40E7-B111-40D79570007F")]
public interface class IDTSDataTypeInfos100
[<GuidAttribute("0ECB2056-B877-40E7-B111-40D79570007F")>]
type IDTSDataTypeInfos100 =  interface end
public interface IDTSDataTypeInfos100

The IDTSDataTypeInfos100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. For more information, see DataTypeInfos.
Public property Item Infrastructure. For more information, see DataTypeInfos.

Top