DataCommand 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 IVsDataCommand 接口的实现。
public ref class DataCommand abstract : Microsoft::VisualStudio::Data::Framework::DataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataConnection ^>, Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataCommand
public abstract class DataCommand : Microsoft.VisualStudio.Data.Framework.DataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataConnection>, Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataCommand
type DataCommand = class
inherit DataSiteableObject<IVsDataConnection>
interface IVsDataCommand
Public MustInherit Class DataCommand
Inherits DataSiteableObject(Of IVsDataConnection)
Implements IVsDataCommand
- 继承
- 实现
构造函数
DataCommand() |
初始化 DataCommand 类的新实例。 |
DataCommand(IVsDataConnection) |
将 类的新实例 DataCommand 与数据连接对象一起初始化。 |
属性
Site |
获取或设置对象站点。 (继承自 DataSiteableObject<T>) |
方法
事件
SiteChanged |
当 Site 属性更改时发生。 (继承自 DataSiteableObject<T>) |