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
Public propertyStatic member Collation Collation property class of TableTypeColumn
Public propertyStatic member DataType DataType relationship class of TableTypeColumn
Public propertyStatic member Expression Expression property class of TableTypeColumn
Public propertyStatic member ExpressionDependencies ExpressionDependencies relationship class of TableTypeColumn
Public propertyStatic member IdentityIncrement IdentityIncrement property class of TableTypeColumn
Public propertyStatic member IdentitySeed IdentitySeed property class of TableTypeColumn
Public propertyStatic member IsIdentity IsIdentity property class of TableTypeColumn
Public propertyStatic member IsMax IsMax property class of TableTypeColumn
Public propertyStatic member IsRowGuidCol IsRowGuidCol property class of TableTypeColumn
Public propertyStatic member Length Length property class of TableTypeColumn
Public propertyStatic member Nullable Nullable property class of TableTypeColumn
Public propertyStatic member Persisted Persisted property class of TableTypeColumn
Public propertyStatic member PersistedNullable PersistedNullable property class of TableTypeColumn
Public propertyStatic member Precision Precision property class of TableTypeColumn
Public propertyStatic member Scale Scale property class of TableTypeColumn
Public propertyStatic member TableTypeColumnType TableTypeColumnType metadata class of TableTypeColumn
Public propertyStatic member TypeClass Type class for TableTypeColumn
Public propertyStatic member XmlSchemaCollection XmlSchemaCollection relationship class of TableTypeColumn
Public propertyStatic member 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.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace