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 | |
---|---|---|
Collation | Collation property class of Column | |
ColumnType | ColumnType metadata class of Column | |
DataType | DataType relationship class of Column | |
Expression | Expression property class of Column | |
ExpressionDependencies | ExpressionDependencies relationship class of Column | |
IdentityIncrement | IdentityIncrement property class of Column | |
IdentitySeed | IdentitySeed property class of Column | |
IsFileStream | IsFileStream property class of Column | |
IsIdentity | IsIdentity property class of Column | |
IsIdentityNotForReplication | IsIdentityNotForReplication property class of Column | |
IsMax | IsMax property class of Column | |
IsRowGuidCol | IsRowGuidCol property class of Column | |
Length | Length property class of Column | |
Nullable | Nullable property class of Column | |
Persisted | Persisted property class of Column | |
PersistedNullable | PersistedNullable property class of Column | |
Precision | Precision property class of Column | |
Scale | Scale property class of Column | |
Sparse | Sparse property class of Column | |
TypeClass | Type class for Column | |
XmlSchemaCollection | XmlSchemaCollection relationship class of Column | |
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.