IVsDataTabularObject Interface
Represents a mapped object that exposes data in a tabular form.
Namespace: Microsoft.VisualStudio.Data.Services.RelationalObjectModel
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
<DataMappedObjectTypeAttribute("TabularObject", Identifier := "Catalog, Schema, Name", _
AvailableRestrictions := "Catalog, Schema, Name", RequiredOrdering := "Catalog, Schema, Name", _
ClassId := "CBC8E38C-130D-4770-A682-C8DBB61C48FC")> _
Public Interface IVsDataTabularObject _
Inherits IVsDataMappedObject, IVsDataSiteableObject(Of IVsDataMappedObject)
'Usage
Dim instance As IVsDataTabularObject
[DataMappedObjectTypeAttribute("TabularObject", Identifier = "Catalog, Schema, Name",
AvailableRestrictions = "Catalog, Schema, Name", RequiredOrdering = "Catalog, Schema, Name",
ClassId = "CBC8E38C-130D-4770-A682-C8DBB61C48FC")]
public interface IVsDataTabularObject : IVsDataMappedObject,
IVsDataSiteableObject<IVsDataMappedObject>
[DataMappedObjectTypeAttribute(L"TabularObject", Identifier = L"Catalog, Schema, Name",
AvailableRestrictions = L"Catalog, Schema, Name", RequiredOrdering = L"Catalog, Schema, Name",
ClassId = L"CBC8E38C-130D-4770-A682-C8DBB61C48FC")]
public interface class IVsDataTabularObject : IVsDataMappedObject,
IVsDataSiteableObject<IVsDataMappedObject^>
public interface IVsDataTabularObject extends IVsDataMappedObject, IVsDataSiteableObject<IVsDataMappedObject>
See Also
Reference
Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace