IMutableTable 介面
Represents a mutable SQL Server database table.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
Public Interface IMutableTable _
Inherits ITable, IMutableTableViewBase, ITableViewBase, IMutableDatabaseTable, _
IDatabaseTable, IMutableTabular, ITabular, IMutableSchemaOwnedObject, ISchemaOwnedObject, _
IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject
'用途
Dim instance As IMutableTable
public interface IMutableTable : ITable,
IMutableTableViewBase, ITableViewBase, IMutableDatabaseTable, IDatabaseTable, IMutableTabular,
ITabular, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject,
IMutableMetadataObject, IMetadataObject
public interface class IMutableTable : ITable,
IMutableTableViewBase, ITableViewBase, IMutableDatabaseTable, IDatabaseTable, IMutableTabular,
ITabular, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject,
IMutableMetadataObject, IMetadataObject
type IMutableTable =
interface
interface ITable
interface IMutableTableViewBase
interface ITableViewBase
interface IMutableDatabaseTable
interface IDatabaseTable
interface IMutableTabular
interface ITabular
interface IMutableSchemaOwnedObject
interface ISchemaOwnedObject
interface IMutableDatabaseObject
interface IDatabaseObject
interface IMutableMetadataObject
interface IMetadataObject
end
public interface IMutableTable extends ITable, IMutableTableViewBase, ITableViewBase, IMutableDatabaseTable, IDatabaseTable, IMutableTabular, ITabular, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject
IMutableTable 型別公開下列成員。
屬性
| 名稱 | 說明 | |
|---|---|---|
![]() |
CollationInfo | Gets the CollationInfo object that is used by the object collections. (繼承自 IDatabaseTable。) |
![]() |
Columns | Gets the collection of columns that belong to this object. (繼承自 IMutableTabular。) |
![]() |
Columns | Gets the collection of columns that belong to this object. (繼承自 ITabular。) |
![]() |
Constraints | Gets a collection of table constraints. (繼承自 IDatabaseTable。) |
![]() |
Constraints | Gets a collection of table constraints. (繼承自 IMutableDatabaseTable。) |
![]() |
Indexes | Gets a collection of table indexes. (繼承自 IDatabaseTable。) |
![]() |
Indexes | Gets a collection of table indexes. (繼承自 IMutableDatabaseTable。) |
![]() |
IsQuotedIdentifierOn | Gets or sets a Boolean value that indicates whether the quoted identifier is on. (繼承自 IMutableTableViewBase。) |
![]() |
IsQuotedIdentifierOn | Gets a Boolean value that indicates whether the quoted identifier option is on. (繼承自 ITableViewBase。) |
![]() |
IsSystemObject | Gets a value that indicates whether this is a system object. (繼承自 IDatabaseObject。) |
![]() |
IsSystemObject | Gets or sets a value that indicates whether this is a system object. (繼承自 IMutableDatabaseObject。) |
![]() |
Name | Gets the name of the metadata object. (繼承自 IMetadataObject。) |
![]() |
Parent | Gets the IDatabaseObject object that is the parent of this object. (繼承自 IDatabaseObject。) |
![]() |
Schema | Gets the ISchema object that owns this object. (繼承自 ISchemaOwnedObject。) |
![]() |
TabularType | Gets the tabular type. (繼承自 ITabular。) |
![]() |
Triggers | Gets a collection of DML triggers. (繼承自 IMutableTableViewBase。) |
![]() |
Triggers | Gets a collection of DML triggers. (繼承自 ITableViewBase。) |
![]() |
Unaliased | Gets the ITabular object that this object is an alias for. (繼承自 ITabular。) |
上層
方法
| 名稱 | 說明 | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > )(IDatabaseObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IDatabaseObjectVisitor<(Of <(<'T>)>)> object. (繼承自 IDatabaseObject。) |
![]() |
Accept< (Of < <' (T> ) > > )(IMetadataObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (繼承自 IMetadataObject。) |
![]() |
Accept< (Of < <' (T> ) > > )(ISchemaOwnedObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified ISchemaOwnedObjectVisitor<(Of <(<'T>)>)> object. (繼承自 ISchemaOwnedObject。) |
上層
.gif)
.gif)