IVsDataTable 介面

定義

表示包含原始表格式數據的對應物件。

public interface class IVsDataTable : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataMappedObject ^>, Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTabularObject
[Microsoft.VisualStudio.Data.Services.DataMappedObjectType("Table", AvailableRestrictions="Catalog, Schema, Name", ClassId="F0668202-46B2-4922-8A37-7FD52C620D09", Identifier="Catalog, Schema, Name", RequiredOrdering="Catalog, Schema, Name")]
public interface IVsDataTable : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataMappedObject>, Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTabularObject
[<Microsoft.VisualStudio.Data.Services.DataMappedObjectType("Table", AvailableRestrictions="Catalog, Schema, Name", ClassId="F0668202-46B2-4922-8A37-7FD52C620D09", Identifier="Catalog, Schema, Name", RequiredOrdering="Catalog, Schema, Name")>]
type IVsDataTable = interface
    interface IVsDataTabularObject
    interface IVsDataMappedObject
    interface IVsDataSiteableObject<IVsDataMappedObject>
Public Interface IVsDataTable
Implements IVsDataSiteableObject(Of IVsDataMappedObject), IVsDataTabularObject
屬性
實作

屬性

Catalog

取得表格式物件的目錄。

(繼承來源 IVsDataTabularObject)
Columns

取得資料表物件包含的數據列清單。

ForeignKeys

取得與數據表物件相關聯的外鍵清單。

Identifier

取得可唯一識別目前泛型對應類型的標識碼元件清單。

(繼承來源 IVsDataMappedObject)
IsDeleted

取得值,指出是否刪除目前的泛型對應型別。

(繼承來源 IVsDataMappedObject)
IsSystemObject

取得值,指出表格式物件是否為系統物件。

(繼承來源 IVsDataTabularObject)
Name

取得泛型對應型別的名稱。

(繼承來源 IVsDataMappedObject)
Properties

取得名稱/值組,其中包含與目前泛型對應型別相關聯的屬性名稱和值。

(繼承來源 IVsDataMappedObject)
Schema

取得最按兩下表格式物件的架構。

(繼承來源 IVsDataTabularObject)
Selector

取得選取器對象,這個物件可讓您從數據物件擷取數據源特定的元數據支援 XML 檔案。

(繼承來源 IVsDataMappedObject)
Site

取得或設定月臺。

(繼承來源 IVsDataSiteableObject<T>)
Type

取得型別名稱做為目前泛型對應型別的字串。

(繼承來源 IVsDataMappedObject)
UnderlyingObject

取得目前泛型對應型別所包含的基礎物件。

(繼承來源 IVsDataMappedObject)
UniqueKeys

取得與數據表物件相關聯的唯一索引鍵清單。

適用於