Share via


IDTSDataTypeInfo100 Interface

This API supports the 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("760176F1-9566-401D-BC3F-9FDB80961C7F")> _
Public Interface IDTSDataTypeInfo100
'Usage
Dim instance As IDTSDataTypeInfo100
[GuidAttribute("760176F1-9566-401D-BC3F-9FDB80961C7F")]
public interface IDTSDataTypeInfo100
[GuidAttribute(L"760176F1-9566-401D-BC3F-9FDB80961C7F")]
public interface class IDTSDataTypeInfo100
[<GuidAttribute("760176F1-9566-401D-BC3F-9FDB80961C7F")>]
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