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.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.DataTypeInfo
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en 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
Le type DataTypeInfo expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
TypeEnumName | Returns the symbolic name of the data type. This field is read-only. | |
TypeName | Returns the data type name. This field is read-only. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | Determines whether two object instances are equal. (hérité de DtsObject.) | |
GetHashCode | Returns the hash code for this instance. (hérité de DtsObject.) | |
GetType | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
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.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.