Udostępnij przez


ITableOptions Members

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

The following tables list the members exposed by the ITableOptions type.

Public Properties

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

Top