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>) |