Column Class

Model schema container class for Column

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.Column

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class Column
'Usage
public static class Column
public ref class Column abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Column =  class end
public final class Column

The Column type exposes the following members.

Properties

  Name Description
Public propertyStatic member Collation Collation property class of Column
Public propertyStatic member ColumnType ColumnType metadata class of Column
Public propertyStatic member DataType DataType relationship class of Column
Public propertyStatic member Expression Expression property class of Column
Public propertyStatic member ExpressionDependencies ExpressionDependencies relationship class of Column
Public propertyStatic member IdentityIncrement IdentityIncrement property class of Column
Public propertyStatic member IdentitySeed IdentitySeed property class of Column
Public propertyStatic member IsFileStream IsFileStream property class of Column
Public propertyStatic member IsIdentity IsIdentity property class of Column
Public propertyStatic member IsIdentityNotForReplication IsIdentityNotForReplication property class of Column
Public propertyStatic member IsMax IsMax property class of Column
Public propertyStatic member IsRowGuidCol IsRowGuidCol property class of Column
Public propertyStatic member Length Length property class of Column
Public propertyStatic member Nullable Nullable property class of Column
Public propertyStatic member Persisted Persisted property class of Column
Public propertyStatic member PersistedNullable PersistedNullable property class of Column
Public propertyStatic member Precision Precision property class of Column
Public propertyStatic member Scale Scale property class of Column
Public propertyStatic member Sparse Sparse property class of Column
Public propertyStatic member TypeClass Type class for Column
Public propertyStatic member XmlSchemaCollection XmlSchemaCollection relationship class of Column
Public propertyStatic member XmlStyle XmlStyle property class of Column

Top

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.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace