SchemaTableOptionalColumn Class

Definition

Describes optional column metadata of the schema for a database table.

public ref class SchemaTableOptionalColumn abstract sealed
public static class SchemaTableOptionalColumn
type SchemaTableOptionalColumn = class
Public Class SchemaTableOptionalColumn
Inheritance
SchemaTableOptionalColumn

Fields

AutoIncrementSeed

Specifies the value at which the series for new identity columns is assigned.

AutoIncrementStep

Specifies the increment between values in the identity column.

BaseCatalogName

The name of the catalog associated with the results of the latest query.

BaseColumnNamespace

The namespace of the column.

BaseServerName

The server name of the column.

BaseTableNamespace

The namespace for the table that contains the column.

ColumnMapping

Specifies the mapping for the column.

DefaultValue

The default value for the column.

Expression

The expression used to compute the column.

IsAutoIncrement

Specifies whether the column values in the column are automatically incremented.

IsHidden

Specifies whether this column is hidden.

IsReadOnly

Specifies whether this column is read-only.

IsRowVersion

Specifies whether this column contains row version information.

ProviderSpecificDataType

Specifies the provider-specific data type of the column.

Applies to

See also