Partager via


Membres ITableOptions

The ITableOptions class is an interface that represents a collection of options that is associated with a table.

Le type ITableOptions expose les membres suivants.

Propriétés

  Nom Description
Propriété publique AnsiNullsStatus
Propriété publique ChangeTrackingEnabled Gets or sets the Boolean value that determines whether change tracking is enabled on the table.
Propriété publique CreateDate Gets the date and time when the table was created.
Propriété publique DateLastModified
Propriété publique FakeSystemTable Gets the Boolean value that determines whether the table references a system table.
Propriété publique FileGroup Gets or sets the file group in which the table is physically stored.
Propriété publique FileStreamFileGroup
Propriété publique FileStreamPartitionScheme
Propriété publique ID Gets the ID value that uniquely identifies the table.
Propriété publique IsSchemaOwned Gets the Boolean value that determines whether the table schema has an owner.
Propriété publique IsSystemObject Gets the Boolean value that determines whether the table is a system object.
Propriété publique LockEscalation Gets or sets the type of lock escalation implemented on the table.
Propriété publique Name Gets or sets the name of the table.
Propriété publique PartitionScheme Gets or sets the name of the partition scheme associated with the table.
Propriété publique QuotedIdentifierStatus Gets or sets the Boolean value that determines whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.
Propriété publique Replicated Gets the Boolean value that determines whether the table is replicated.
Propriété publique TextFileGroup Gets or sets the file group in which all the textual data in the table is stored.
Propriété publique TrackColumnsUpdatedEnabled Gets the Boolean value that determines whether column updates in the table are tracked.

Haut de la page