IDTSDataTypeInfo100 Interface

 

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

Contains members that return information regarding the data type of any SQL Server Integration Services (SSIS) object for an Application. This class cannot be inherited.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("D7CA72DA-CE4A-4856-9CDB-98F501E6A6A2")]
public interface class IDTSDataTypeInfo100

NameDescription
System_CAPS_pubpropertyTypeEnumName

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

Returns the symbolic name of the data type. This field is read-only.

System_CAPS_pubpropertyTypeName

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

Returns the data type name. This field is read-only.

Return to top
Show: