IVsDataExecutableObject 接口

定义

表示使用零个或多个参数执行代码的映射对象。

public interface class IVsDataExecutableObject : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataMappedObject ^>, Microsoft::VisualStudio::Data::Services::IVsDataMappedObject
[Microsoft.VisualStudio.Data.Services.DataMappedObjectType("ExecutableObject", AvailableRestrictions="Catalog, Schema, Name", ClassId="77C65D96-63B8-449e-B413-D37680C9F990", Identifier="Catalog, Schema, Name", RequiredOrdering="Catalog, Schema, Name")]
public interface IVsDataExecutableObject : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataMappedObject>, Microsoft.VisualStudio.Data.Services.IVsDataMappedObject
[<Microsoft.VisualStudio.Data.Services.DataMappedObjectType("ExecutableObject", AvailableRestrictions="Catalog, Schema, Name", ClassId="77C65D96-63B8-449e-B413-D37680C9F990", Identifier="Catalog, Schema, Name", RequiredOrdering="Catalog, Schema, Name")>]
type IVsDataExecutableObject = interface
    interface IVsDataMappedObject
    interface IVsDataSiteableObject<IVsDataMappedObject>
Public Interface IVsDataExecutableObject
Implements IVsDataMappedObject, IVsDataSiteableObject(Of IVsDataMappedObject)
派生
属性
实现

属性

Catalog

获取与此可执行数据对象关联的目录。

Identifier

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

(继承自 IVsDataMappedObject)
IsDeleted

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

(继承自 IVsDataMappedObject)
IsSystemObject

获取一个值,该值指示此可执行数据对象是否为系统对象。

Name

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

(继承自 IVsDataMappedObject)
Parameters

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

Properties

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

(继承自 IVsDataMappedObject)
Schema

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

Selector

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

(继承自 IVsDataMappedObject)
Site

获取或设置站点。

(继承自 IVsDataSiteableObject<T>)
Type

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

(继承自 IVsDataMappedObject)
UnderlyingObject

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

(继承自 IVsDataMappedObject)

适用于