IVsDataView Interface

Represents a mapped object that dynamically generates tabular data based on data from other objects.

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

Syntax

<DataMappedObjectTypeAttribute("View", Identifier := "Catalog, Schema, Name", AvailableRestrictions := "Catalog, Schema, Name",  _
    RequiredOrdering := "Catalog, Schema, Name", ClassId := "15797C83-07A7-4f90-9D17-8995B6DE590A")> _
Public Interface IVsDataView _
    Implements IVsDataTabularObject, IVsDataMappedObject, IVsDataSiteableObject(Of IVsDataMappedObject)

Dim instance As IVsDataView
[DataMappedObjectTypeAttribute("View", Identifier = "Catalog, Schema, Name", AvailableRestrictions = "Catalog, Schema, Name", 
    RequiredOrdering = "Catalog, Schema, Name", ClassId = "15797C83-07A7-4f90-9D17-8995B6DE590A")]
public interface IVsDataView : IVsDataTabularObject, 
    IVsDataMappedObject, IVsDataSiteableObject<IVsDataMappedObject>
[DataMappedObjectTypeAttribute(L"View", Identifier = L"Catalog, Schema, Name", AvailableRestrictions = L"Catalog, Schema, Name", 
    RequiredOrdering = L"Catalog, Schema, Name", ClassId = L"15797C83-07A7-4f90-9D17-8995B6DE590A")]
public interface class IVsDataView : IVsDataTabularObject, 
    IVsDataMappedObject, IVsDataSiteableObject<IVsDataMappedObject^>
public interface IVsDataView extends IVsDataTabularObject, IVsDataMappedObject, IVsDataSiteableObject<IVsDataMappedObject>

See Also

Reference

IVsDataView Members

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace