Share via


IDTSDataTypeInfo100 Interface

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

For more information, see DataTypeInfo.

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

Syntax

'Declaration
<GuidAttribute("D7CA72DA-CE4A-4856-9CDB-98F501E6A6A2")> _
Public Interface IDTSDataTypeInfo100
'Usage
Dim instance As IDTSDataTypeInfo100
[GuidAttribute("D7CA72DA-CE4A-4856-9CDB-98F501E6A6A2")]
public interface IDTSDataTypeInfo100
[GuidAttribute(L"D7CA72DA-CE4A-4856-9CDB-98F501E6A6A2")]
public interface class IDTSDataTypeInfo100
[<GuidAttribute("D7CA72DA-CE4A-4856-9CDB-98F501E6A6A2")>]
type IDTSDataTypeInfo100 =  interface end
public interface IDTSDataTypeInfo100

The IDTSDataTypeInfo100 type exposes the following members.

Properties

  Name Description
Public property TypeEnumName Infrastructure. For more information, see DataTypeInfo.
Public property TypeName Infrastructure. For more information, see DataTypeInfo.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace