Partager via


Classe DataTypeInfo

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.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public NotInheritable Class DataTypeInfo _
    Inherits DtsObject
'Utilisation
Dim instance As DataTypeInfo
public sealed class DataTypeInfo : DtsObject
public ref class DataTypeInfo sealed : public DtsObject
[<SealedAttribute>]
type DataTypeInfo =  
    class
        inherit DtsObject
    end
public final class DataTypeInfo extends DtsObject

Notes

This class is used to return information regarding the name and enumeration name of data types in SSIS. For more information about the data types in SSIS, see Types de données d'Integration Services.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..DataTypeInfo

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.