Column Class

Represents the schema information for a given column.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServerCe.Management.Scripting.Schema.Column

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Class Column
'Usage
Dim instance As Column
public class Column
public ref class Column
type Column =  class end
public class Column

The Column type exposes the following members.

Properties

  Name Description
Public property CharacterMaxLength Gets or sets the maximum character length for character data types such as nvarchar, varchar, and so on.
Public property ColumnDefault Gets or sets the default value for the specified column.
Public property DataType Gets or sets the type of the column.
Public property HasDefault Gets or sets whether a column has default value specified.
Public property IdentityIncrement Gets or sets the identity increment of the specified column.
Public property IdentitySeed Gets or sets the identity seed of the specified column.
Public property IsIdentity Gets or sets whether the specified object an identity column.
Public property IsNullable Gets or sets whether the specified object allows null values.
Public property Name Gets or sets the name of the specified column.
Public property NumericPrecision Gets or sets the value of the numeric precision of the specified column.
Public property NumericScale Gets or sets the scale of the specified column.
Public property Ordinal Gets or sets the ordinal of the column in the given table.
Public property RowGuidCol Gets or sets whether the specified object is a row GUID column.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace