Table Class

Model schema container class for Table

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.Table

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

Syntax

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

The Table type exposes the following members.

Properties

  Name Description
Public propertyStatic member AnsiNullsOn AnsiNullsOn property class of Table
Public propertyStatic member ChangeDataCaptureEnabled ChangeDataCaptureEnabled property class of Table
Public propertyStatic member ChangeTrackingEnabled ChangeTrackingEnabled property class of Table
Public propertyStatic member Columns Columns relationship class of Table
Public propertyStatic member DataCompressionOptions DataCompressionOptions relationship class of Table
Public propertyStatic member Filegroup Filegroup relationship class of Table
Public propertyStatic member FilegroupForTextImage FilegroupForTextImage relationship class of Table
Public propertyStatic member FileStreamFilegroup FileStreamFilegroup relationship class of Table
Public propertyStatic member FileStreamNull FileStreamNull property class of Table
Public propertyStatic member FileStreamPartitionScheme FileStreamPartitionScheme relationship class of Table
Public propertyStatic member IsReplicated IsReplicated property class of Table
Public propertyStatic member LargeValueTypesOutOfRow LargeValueTypesOutOfRow property class of Table
Public propertyStatic member LockEscalation LockEscalation property class of Table
Public propertyStatic member PartitionColumn PartitionColumn relationship class of Table
Public propertyStatic member PartitionScheme PartitionScheme relationship class of Table
Public propertyStatic member QuotedIdentifierOn QuotedIdentifierOn property class of Table
Public propertyStatic member Schema Schema relationship class of Table
Public propertyStatic member TableLockOnBulkLoad TableLockOnBulkLoad property class of Table
Public propertyStatic member TextInRowSize TextInRowSize property class of Table
Public propertyStatic member TrackColumnsUpdated TrackColumnsUpdated property class of Table
Public propertyStatic member TypeClass Type class for Table
Public propertyStatic member VardecimalStorageFormatEnabled VardecimalStorageFormatEnabled property class of Table

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