DataParameter 构造函数 (Boolean)

初始化 DataParameter 选件类的新实例,指定实例使用 DeriveParameters 方法,是否派生的。

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

语法

声明
Protected Sub New ( _
    isDerived As Boolean _
)
protected DataParameter(
    bool isDerived
)
protected:
DataParameter(
    bool isDerived
)
new : 
        isDerived:bool -> DataParameter
protected function DataParameter(
    isDerived : boolean
)

参数

.NET Framework 安全性

请参见

参考

DataParameter 类

DataParameter 重载

Microsoft.VisualStudio.Data.Framework 命名空间