DataCommand 构造函数 (IVsDataConnection)

与数据连接对象进行初始化 DataCommand 选件类的新实例。

命名空间:  Microsoft.VisualStudio.Data.Framework
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

声明
Protected Sub New ( _
    connection As IVsDataConnection _
)
protected DataCommand(
    IVsDataConnection connection
)
protected:
DataCommand(
    IVsDataConnection^ connection
)
new : 
        connection:IVsDataConnection -> DataCommand
protected function DataCommand(
    connection : IVsDataConnection
)

参数

.NET Framework 安全性

请参见

参考

DataCommand 类

DataCommand 重载

Microsoft.VisualStudio.Data.Framework 命名空间