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

<DataMappedObjectTypeAttribute("Table", Identifier := "Catalog, Schema, Name", AvailableRestrictions := "Catalog, Schema, Name",  _
    RequiredOrdering := "Catalog, Schema, Name", ClassId := "F0668202-46B2-4922-8A37-7FD52C620D09")> _
Public Interface IVsDataTable _
    Implements IVsDataTabularObject, IVsDataMappedObject, IVsDataSiteableObject(Of IVsDataMappedObject)

Dim instance As IVsDataTable
[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^>
public interface IVsDataTable extends IVsDataTabularObject, IVsDataMappedObject, IVsDataSiteableObject<IVsDataMappedObject>

See Also

Reference

IVsDataTable Members

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace