Элементы ITableOptions

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

Тип ITableOptions предоставляет доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство AnsiNullsStatus
Открытое свойство ChangeTrackingEnabled Gets or sets the Boolean value that determines whether change tracking is enabled on the table.
Открытое свойство CreateDate Gets the date and time when the table was created.
Открытое свойство DateLastModified
Открытое свойство FakeSystemTable Gets the Boolean value that determines whether the table references a system table.
Открытое свойство FileGroup Gets or sets the file group in which the table is physically stored.
Открытое свойство FileStreamFileGroup
Открытое свойство FileStreamPartitionScheme
Открытое свойство ID Gets the ID value that uniquely identifies the table.
Открытое свойство IsSchemaOwned Gets the Boolean value that determines whether the table schema has an owner.
Открытое свойство IsSystemObject Gets the Boolean value that determines whether the table is a system object.
Открытое свойство LockEscalation Gets or sets the type of lock escalation implemented on the table.
Открытое свойство Name Gets or sets the name of the table.
Открытое свойство PartitionScheme Gets or sets the name of the partition scheme associated with the table.
Открытое свойство 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.
Открытое свойство Replicated Gets the Boolean value that determines whether the table is replicated.
Открытое свойство TextFileGroup Gets or sets the file group in which all the textual data in the table is stored.
Открытое свойство TrackColumnsUpdatedEnabled Gets the Boolean value that determines whether column updates in the table are tracked.

В начало