ITableOptions Members

Include Protected Members
Include Inherited Members

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

The ITableOptions type exposes the following members.

Properties

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

Top