ITableOptions Interface
The ITableOptions class is an interface that represents a collection of options that is associated with a table.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[StateChangeEventAttribute("RENAME", "TABLE")] [CLSCompliantAttribute(false)] [StateChangeEventAttribute("CREATE_TABLE", "TABLE")] [StateChangeEventAttribute("ALTER_TABLE", "TABLE")] [DisplayDescriptionKeyAttribute("ITableOptions_Desc")] [DisplayNameKeyAttribute("ITableOptions_Name")] [TypeConverterAttribute(typeof(LocalizableTypeConverter))] [EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None | AutomatedPolicyEvaluationMode.Enforce | AutomatedPolicyEvaluationMode.CheckOnChanges | AutomatedPolicyEvaluationMode.CheckOnSchedule)] [LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")] [StateChangeEventAttribute("ALTER_AUTHORIZATION_DATABASE", "TABLE")] [StateChangeEventAttribute("ALTER_SCHEMA", "TABLE")] public interface ITableOptions : IDmfFacet
Name | Description | |
---|---|---|
![]() | AnsiNullsStatus | Gets or sets the Boolean value that determines whether ISO null handling is enabled on the table. |
![]() | 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. |
![]() | FakeSystemTable | Gets the Boolean value that determines whether the table references a system table. |
![]() | 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. |
![]() | Owner | Gets or sets the owner of the table options. |
![]() | 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. |
![]() | RemoteDataArchiveDataMigrationState | Gets or sets the RemoteDataArchiveMigrationState. |
![]() | RemoteDataArchiveEnabled | Gets or sets a value that indicates whether the remote data archive is enabled. |
![]() | RemoteTableName | Gets the remote table name for the table options. |
![]() | RemoteTableProvisioned | Gets a value whether the RemoteTable is provisioned. |
![]() | Replicated | Gets the Boolean value that determines whether the table is replicated. |
![]() | Schema | Gets or sets the schema that is associated with the table options. |
![]() | TrackColumnsUpdatedEnabled | Gets the Boolean value that determines whether column updates in the table are tracked. |