共用方式為


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.

頂端