Partager via


Énumération DTS_MANAGED_INFO_TYPE

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

An enumeration that specifies the managed data type information.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Enumeration DTS_MANAGED_INFO_TYPE
'Utilisation
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

Membres

Nom de membre 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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper