SchemaTableColumn 类

定义

描述数据库表的架构的列元数据。

public ref class SchemaTableColumn abstract sealed
public static class SchemaTableColumn
type SchemaTableColumn = class
Public Class SchemaTableColumn
继承
SchemaTableColumn

字段

AllowDBNull

指定是否允许值 DBNull

BaseColumnName

指定架构表中的列的名称。

BaseSchemaName

指定架构表中的架构的名称。

BaseTableName

指定架构表中的表的名称。

ColumnName

指定架构表中的列的名称。

ColumnOrdinal

指定列的序号。

ColumnSize

指定列的大小。

DataType

指定列中数据的类型。

IsAliased

指定该列是否具有别名。

IsExpression

指定该列是否是一个表达式。

IsKey

指定该列是否是表的一个键。

IsLong

指定该列是否包含 long 型数据。

IsUnique

指定是否有唯一的约束应用于此列。

NonVersionedProviderType

指定该列特定于无版本提供程序的数据类型。

NumericPrecision

指定列数据的精度(如果是数值数据)。

NumericScale

指定列数据的小数位数(如果是数值数据)。

ProviderType

指定列的提供程序特定的数据类型。

适用于

另请参阅