DataTypeInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public ref class DataTypeInfo sealed : Microsoft::SqlServer::Dts::Runtime::DtsObject
public sealed class DataTypeInfo : Microsoft.SqlServer.Dts.Runtime.DtsObject
type DataTypeInfo = class
inherit DtsObject
Public NotInheritable Class DataTypeInfo
Inherits DtsObject
- Inheritance
Remarks
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 Integration Services Data Types.
Properties
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. |
Methods
Equals(Object) |
Determines whether two object instances are equal. (Inherited from DtsObject) |
GetHashCode() |
Returns the hash code for this instance. (Inherited from DtsObject) |