共用方式為


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。)

上層