IVsDataTabularFunction 接口

定义

表示使用零个或多个输入参数执行代码并返回表格形式的数据的映射对象。

public interface class IVsDataTabularFunction : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataMappedObject ^>, Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataExecutableObject, Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTabularObject
[Microsoft.VisualStudio.Data.Services.DataMappedObjectType("TabularFunction", AvailableRestrictions="Catalog, Schema, Name", ClassId="D7793992-6260-411a-8C2A-FD82D953611E", Identifier="Catalog, Schema, Name", RequiredOrdering="Catalog, Schema, Name")]
public interface IVsDataTabularFunction : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataMappedObject>, Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataExecutableObject, Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTabularObject
[<Microsoft.VisualStudio.Data.Services.DataMappedObjectType("TabularFunction", AvailableRestrictions="Catalog, Schema, Name", ClassId="D7793992-6260-411a-8C2A-FD82D953611E", Identifier="Catalog, Schema, Name", RequiredOrdering="Catalog, Schema, Name")>]
type IVsDataTabularFunction = interface
    interface IVsDataExecutableObject
    interface IVsDataTabularObject
    interface IVsDataMappedObject
    interface IVsDataSiteableObject<IVsDataMappedObject>
[<Microsoft.VisualStudio.Data.Services.DataMappedObjectType("TabularFunction", AvailableRestrictions="Catalog, Schema, Name", ClassId="D7793992-6260-411a-8C2A-FD82D953611E", Identifier="Catalog, Schema, Name", RequiredOrdering="Catalog, Schema, Name")>]
type IVsDataTabularFunction = interface
    interface IVsDataExecutableObject
    interface IVsDataMappedObject
    interface IVsDataSiteableObject<IVsDataMappedObject>
    interface IVsDataTabularObject
Public Interface IVsDataTabularFunction
Implements IVsDataExecutableObject, IVsDataSiteableObject(Of IVsDataMappedObject), IVsDataTabularObject
属性
实现

属性

Catalog

获取表格对象的目录。

(继承自 IVsDataTabularObject)
Columns

获取表格对象中包含的数据列的列表。

(继承自 IVsDataTabularObject)
Identifier

获取唯一标识当前泛型映射类型的标识符部分的列表。

(继承自 IVsDataMappedObject)
IsDeleted

获取一个值,该值指示是否删除当前泛型映射类型。

(继承自 IVsDataMappedObject)
IsSystemObject

获取一个值,该值指示表格对象是否为系统对象。

(继承自 IVsDataTabularObject)
Name

获取泛型映射类型的名称。

(继承自 IVsDataMappedObject)
Parameters

获取此可执行数据对象的参数。

(继承自 IVsDataExecutableObject)
Properties

获取名称/值对,其中包含与当前泛型映射类型关联的属性名称和值。

(继承自 IVsDataMappedObject)
Schema

获取最多双击的表格对象的架构。

(继承自 IVsDataTabularObject)
Selector

获取一个选择器对象,该对象允许从数据对象支持 XML 文件检索数据源特定的元数据。

(继承自 IVsDataMappedObject)
Site

获取或设置站点。

(继承自 IVsDataSiteableObject<T>)
Type

获取当前泛型映射类型的字符串类型名称。

(继承自 IVsDataMappedObject)
UnderlyingObject

获取当前泛型映射类型包含的基础对象。

(继承自 IVsDataMappedObject)

适用于