TableType Class

Model schema container class for TableType

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.TableType

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

Syntax

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

The TableType type exposes the following members.

Properties

  Name Description
Public propertyStatic member Columns Columns relationship class of TableType
Public propertyStatic member Constraints Constraints relationship class of TableType
Public propertyStatic member Schema Schema relationship class of TableType
Public propertyStatic member TypeClass Type class for TableType

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