TableTypeColumn Class
Model schema container class for TableTypeColumn
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.Model.TableTypeColumn
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class TableTypeColumn
'Usage
public static class TableTypeColumn
public ref class TableTypeColumn abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type TableTypeColumn = class end
public final class TableTypeColumn
The TableTypeColumn type exposes the following members.
Properties
Name | Description | |
---|---|---|
Collation | Collation property class of TableTypeColumn | |
DataType | DataType relationship class of TableTypeColumn | |
Expression | Expression property class of TableTypeColumn | |
ExpressionDependencies | ExpressionDependencies relationship class of TableTypeColumn | |
IdentityIncrement | IdentityIncrement property class of TableTypeColumn | |
IdentitySeed | IdentitySeed property class of TableTypeColumn | |
IsIdentity | IsIdentity property class of TableTypeColumn | |
IsMax | IsMax property class of TableTypeColumn | |
IsRowGuidCol | IsRowGuidCol property class of TableTypeColumn | |
Length | Length property class of TableTypeColumn | |
Nullable | Nullable property class of TableTypeColumn | |
Persisted | Persisted property class of TableTypeColumn | |
PersistedNullable | PersistedNullable property class of TableTypeColumn | |
Precision | Precision property class of TableTypeColumn | |
Scale | Scale property class of TableTypeColumn | |
TableTypeColumnType | TableTypeColumnType metadata class of TableTypeColumn | |
TypeClass | Type class for TableTypeColumn | |
XmlSchemaCollection | XmlSchemaCollection relationship class of TableTypeColumn | |
XmlStyle | XmlStyle property class of TableTypeColumn |
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.