Freigeben über


DTS_MANAGED_INFO_TYPE-Enumeration

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Elemente

Elementname Beschreibung
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.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace