IVsDataTable Interface

Represents a mapped object that contains raw tabular data.

Namespace:  Microsoft.VisualStudio.Data.Services.RelationalObjectModel
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
<DataMappedObjectTypeAttribute("Table", Identifier := "Catalog, Schema, Name", AvailableRestrictions := "Catalog, Schema, Name",  _
    RequiredOrdering := "Catalog, Schema, Name", ClassId := "F0668202-46B2-4922-8A37-7FD52C620D09")> _
Public Interface IVsDataTable _
    Inherits IVsDataTabularObject, IVsDataMappedObject, IVsDataSiteableObject(Of IVsDataMappedObject)
[DataMappedObjectTypeAttribute("Table", Identifier = "Catalog, Schema, Name", AvailableRestrictions = "Catalog, Schema, Name", 
    RequiredOrdering = "Catalog, Schema, Name", ClassId = "F0668202-46B2-4922-8A37-7FD52C620D09")]
public interface IVsDataTable : IVsDataTabularObject, 
    IVsDataMappedObject, IVsDataSiteableObject<IVsDataMappedObject>
[DataMappedObjectTypeAttribute(L"Table", Identifier = L"Catalog, Schema, Name", 
    AvailableRestrictions = L"Catalog, Schema, Name", RequiredOrdering = L"Catalog, Schema, Name", 
    ClassId = L"F0668202-46B2-4922-8A37-7FD52C620D09")]
public interface class IVsDataTable : IVsDataTabularObject, 
    IVsDataMappedObject, IVsDataSiteableObject<IVsDataMappedObject^>
[<DataMappedObjectTypeAttribute("Table", Identifier = "Catalog, Schema, Name", AvailableRestrictions = "Catalog, Schema, Name", 
    RequiredOrdering = "Catalog, Schema, Name", ClassId = "F0668202-46B2-4922-8A37-7FD52C620D09")>]
type IVsDataTable =  
    interface
        interface IVsDataTabularObject
        interface IVsDataMappedObject
        interface IVsDataSiteableObject<IVsDataMappedObject>
    end
public interface IVsDataTable extends IVsDataTabularObject, IVsDataMappedObject, IVsDataSiteableObject<IVsDataMappedObject>

The IVsDataTable type exposes the following members.

Properties

  Name Description
Public property Catalog Gets the catalog of the tabular object. (Inherited from IVsDataTabularObject.)
Public property Columns Gets the list of columns that the table object contains.
Public property Columns Gets a list of data columns contained in the tabular object. (Inherited from IVsDataTabularObject.)
Public property ForeignKeys Gets a list of foreign keys associated with the table object.
Public property Identifier Gets the list of identifier parts that uniquely identify the current generic mapped type. (Inherited from IVsDataMappedObject.)
Public property IsDeleted Gets a value indicating whether the current generic mapped type is deleted. (Inherited from IVsDataMappedObject.)
Public property IsSystemObject Gets a value indicating whether the tabular object is a system object. (Inherited from IVsDataTabularObject.)
Public property Name Gets the name of the generic mapped type. (Inherited from IVsDataMappedObject.)
Public property Properties Gets name/value pairs containing the property names and values associated with the current generic mapped type. (Inherited from IVsDataMappedObject.)
Public property Schema Gets the schema of the most double-click tabular object. (Inherited from IVsDataTabularObject.)
Public property Selector Gets a selector object that enables the retrieval of data source–specific metadata from the data object support XML file. (Inherited from IVsDataMappedObject.)
Public property Site Gets or sets the site. (Inherited from IVsDataSiteableObject<T>.)
Public property Type Gets the type name as a string for the current generic mapped type. (Inherited from IVsDataMappedObject.)
Public property UnderlyingObject Gets the underlying object that is contained by the current generic mapped type. (Inherited from IVsDataMappedObject.)
Public property UniqueKeys Gets a list of unique keys associated with the table object.

Top

See Also

Reference

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace