IDatabaseTable 介面
Represents a database table.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
Public Interface IDatabaseTable _
Inherits ITabular, IMetadataObject
'用途
Dim instance As IDatabaseTable
public interface IDatabaseTable : ITabular,
IMetadataObject
public interface class IDatabaseTable : ITabular,
IMetadataObject
type IDatabaseTable =
interface
interface ITabular
interface IMetadataObject
end
public interface IDatabaseTable extends ITabular, IMetadataObject
IDatabaseTable 型別公開下列成員。
屬性
| 名稱 | 說明 | |
|---|---|---|
![]() |
CollationInfo | Gets the CollationInfo object that is used by the object collections. |
![]() |
Columns | Gets the collection of columns that belong to this object. (繼承自 ITabular。) |
![]() |
Constraints | Gets a collection of table constraints. |
![]() |
Indexes | Gets a collection of table indexes. |
![]() |
Name | Gets the name of the metadata object. (繼承自 IMetadataObject。) |
![]() |
TabularType | Gets the tabular type. (繼承自 ITabular。) |
![]() |
Unaliased | Gets the ITabular object that this object is an alias for. (繼承自 ITabular。) |
上層
方法
| 名稱 | 說明 | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (繼承自 IMetadataObject。) |
上層
.gif)
.gif)