Bagikan melalui


DTS_MANAGED_INFO_TYPE Enumeration

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

An enumeration that specifies the managed data type information.

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

Syntax

'Declaration
Public Enumeration DTS_MANAGED_INFO_TYPE
'Usage
Dim instance As DTS_MANAGED_INFO_TYPE
public enum DTS_MANAGED_INFO_TYPE
public enum class DTS_MANAGED_INFO_TYPE
type DTS_MANAGED_INFO_TYPE
public enum DTS_MANAGED_INFO_TYPE

Members

Member name Description
TypeComponent The managed TypeComponent information.
TypeConnection The managed TypeConnection information.
TypeForEachEnumerator The managed TypeForEachEnumerator information.
TypeLogProvider The managed TypeLogProvider information.
TypeTask The managed TypeTask information.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace