Freigeben über


ITableOptions-Member

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

Der ITableOptions-Typ macht die folgenden Member verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AnsiNullsStatus
Öffentliche Eigenschaft ChangeTrackingEnabled Gets or sets the Boolean value that determines whether change tracking is enabled on the table.
Öffentliche Eigenschaft CreateDate Gets the date and time when the table was created.
Öffentliche Eigenschaft DateLastModified
Öffentliche Eigenschaft FakeSystemTable Gets the Boolean value that determines whether the table references a system table.
Öffentliche Eigenschaft FileGroup Gets or sets the file group in which the table is physically stored.
Öffentliche Eigenschaft FileStreamFileGroup
Öffentliche Eigenschaft FileStreamPartitionScheme
Öffentliche Eigenschaft ID Gets the ID value that uniquely identifies the table.
Öffentliche Eigenschaft IsSchemaOwned Gets the Boolean value that determines whether the table schema has an owner.
Öffentliche Eigenschaft IsSystemObject Gets the Boolean value that determines whether the table is a system object.
Öffentliche Eigenschaft LockEscalation Gets or sets the type of lock escalation implemented on the table.
Öffentliche Eigenschaft Name Gets or sets the name of the table.
Öffentliche Eigenschaft PartitionScheme Gets or sets the name of the partition scheme associated with the table.
Öffentliche Eigenschaft 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.
Öffentliche Eigenschaft Replicated Gets the Boolean value that determines whether the table is replicated.
Öffentliche Eigenschaft TextFileGroup Gets or sets the file group in which all the textual data in the table is stored.
Öffentliche Eigenschaft TrackColumnsUpdatedEnabled Gets the Boolean value that determines whether column updates in the table are tracked.

Zum Anfang