TypeInfo Class
Represents data type information within a database.
Inheritance Hierarchy
System.Object
Microsoft.Web.Management.DatabaseManager.TypeInfo
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Class TypeInfo
'Usage
Dim instance As TypeInfo
public class TypeInfo
public ref class TypeInfo
public class TypeInfo
The TypeInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TypeInfo | Creates a new instance of the TypeInfo class. |
Top
Properties
Name | Description | |
---|---|---|
AllowIdentity | Gets or sets a value that indicates whether the data type supports an identity. | |
AllowLength | Gets or sets a value that indicates whether the data type supports length. | |
AllowNulls | Gets or sets a value that indicates whether the data type supports nulla null reference (Nothing in Visual Basic) values. | |
DefaultLength | Gets or sets the default length for the data type. | |
DefaultPrecision | Gets or sets the default precision for the data type. | |
DefaultScale | Gets or sets a value that specifies the default scale for the data type. | |
Editable | Gets or sets a value that indicates whether the data type can be edited. | |
HasPrecision | Gets or sets a value that indicates whether the data type supports precision. | |
IsBinary | Gets or sets a value that indicates whether the data type is a binary data type. | |
IsVariableLength | Gets or sets a value that indicates whether the data type supports variable length. | |
MaximumLength | Gets or sets the maximum length for the data type. | |
MaximumPrecision | Gets or sets the maximum precision for the data type. | |
MinimumLength | Gets or sets the minimum length for the data type. | |
Name | Gets or sets the name for the data type. | |
Tag | Returns a generic object that is stored in the TypeInfo class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns the name of the data type. (Overrides Object.ToString().) |
Top
Remarks
The data type information contains details about data type specifics. For example, data type information would include the default value for a data type or whether a data type allows nulla null reference (Nothing in Visual Basic) values.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.