Freigeben über


Table-Klasse

Model schema container class for Table

Vererbungshierarchie

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

Der Table-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche EigenschaftStatisches Element AnsiNullsOn AnsiNullsOn property class of Table
Öffentliche EigenschaftStatisches Element ChangeDataCaptureEnabled ChangeDataCaptureEnabled property class of Table
Öffentliche EigenschaftStatisches Element ChangeTrackingEnabled ChangeTrackingEnabled property class of Table
Öffentliche EigenschaftStatisches Element Columns Columns relationship class of Table
Öffentliche EigenschaftStatisches Element DataCompressionOptions DataCompressionOptions relationship class of Table
Öffentliche EigenschaftStatisches Element Filegroup Filegroup relationship class of Table
Öffentliche EigenschaftStatisches Element FilegroupForTextImage FilegroupForTextImage relationship class of Table
Öffentliche EigenschaftStatisches Element FileStreamFilegroup FileStreamFilegroup relationship class of Table
Öffentliche EigenschaftStatisches Element FileStreamNull FileStreamNull property class of Table
Öffentliche EigenschaftStatisches Element FileStreamPartitionScheme FileStreamPartitionScheme relationship class of Table
Öffentliche EigenschaftStatisches Element IsReplicated IsReplicated property class of Table
Öffentliche EigenschaftStatisches Element LargeValueTypesOutOfRow LargeValueTypesOutOfRow property class of Table
Öffentliche EigenschaftStatisches Element LockEscalation LockEscalation property class of Table
Öffentliche EigenschaftStatisches Element PartitionColumn PartitionColumn relationship class of Table
Öffentliche EigenschaftStatisches Element PartitionScheme PartitionScheme relationship class of Table
Öffentliche EigenschaftStatisches Element QuotedIdentifierOn QuotedIdentifierOn property class of Table
Öffentliche EigenschaftStatisches Element Schema Schema relationship class of Table
Öffentliche EigenschaftStatisches Element TableLockOnBulkLoad TableLockOnBulkLoad property class of Table
Öffentliche EigenschaftStatisches Element TextInRowSize TextInRowSize property class of Table
Öffentliche EigenschaftStatisches Element TrackColumnsUpdated TrackColumnsUpdated property class of Table
Öffentliche EigenschaftStatisches Element TypeClass Type class for Table
Öffentliche EigenschaftStatisches Element VardecimalStorageFormatEnabled VardecimalStorageFormatEnabled property class of Table

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Model-Namespace